C - Functions - Discussion

You Are Here :: Home > C > Functions - Discussion

 



Q.

#include

/* program section begins here */
int main() {
// opening brace - program execution starts here
printf("Welcome to the C");
return 0;
}
// closing brace - program terminates here

A. Welcome to B. the C
C. Welcome to the C D. compiletime error

Answer: Option C
Explaination:

simply prints Welcome to the C,without any errors.



Discussion

Your Comments Goes here...
NameDiscussion