Ahoj .. prosim pomozte jsem totalni lamka na tohle a kompilator mi hlasi :
C:\Documents and Settings\xxx\Dokumenty\p3.cpp In function `int main()':
7 C:\Documents and Settings\xxx\Dokumenty\p3.cpp `n' undeclared (first use this function)
(Each undeclared identifier is reported only once for each function it appears in.)
A hlasi mi to na sedmem radku..vypozoroval jsem ze bude asi neco spatne s /n tak bych se rad zeptal co
#include<stdio.h>
#include<windows.h>
int main () {
int a,b,c;
char d,e,f;
printf("ahoj svete!"/n);
system("PAUSE");
}