answersLogoWhite

0

int main () {}

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Can you print string without using semi column in printf statement in c programming?

If you forget the semicolon, your program won't compile.


If the statement in c program not terminated with semicolon what will it hinder?

Basically, because semicolons are required for terminating statements, it will hinder pretty much everything after the missing semicolon. Without it being there, the compiler will interpret your code incorrectly.


Why the semicoloumn is used in c program?

Why semicolon? Tradition.What does it do? Terminates a single statement, eg:i+= 3; /* expression is a single statement */{ i= 3; --j; } /* no semicolon after the compound statement */


How do you use printf without semicolon in c?

Example:printf ("There is one semicolon; in this string");printf ("There is no semicolon in this string");


How can you create a c program without using header file?

C programs do not require header files. If you want a C program without header files, you can simply not create them. However, you may or may not be able to include your non-header file source files.


Which symbol is used as a statement terminator in C?

semicolon ';' (Not applicable for block-statements)


Can an for loop be terminated with a semicolon in c language?

Sure.for (i=0; i


Missing semicolon in c program is a compile time error?

It's a syntax error, which is detected during compilation, yes.


C program on left factoring in compiler design?

how to create a c program for left factoring.


What is the C language terminator?

It is the semicolon. ;


How you can create a program in c without using header files?

It is not that hard, here is an example: int main (void) { return 0; }


C program must have?

Not, there are many people, who live happily without C-program.