#include <stdio.h>
int main (void) { puts ("What is a 'scan statement'?!"); return 0; }
Use a text-editor like notepad, editpad, etc.
Sure. You can write any string, containing or not-containing semicolons (or commas, full stops etc). On the other hand, you cannot write programs without statements, and you have to terminate statements with semicolon.
sdfdg
first think of the logic and then write the statements
Technically yes, practically no.
This is not a question.
not possible dude
To swap two variables without using a third variable, use exclusive or manipulation... a ^= b; b ^= a; a ^= b;
a=a^b; b=a^b; a=a^b;
Certainly, you can write a program without main, but you cannot build an executable from it, if that is okay with you.
write a sample program using asp.net explaining all the syntax and semantics of the program
Statements.