R

Ram Sharma • 193.86K Points
Coach

Q. Choose correct answer..

Code:
#include<stdio.h>
main()
{
	/* Multi Line Comment
	This line is ignored by compiler
	*/
	printf("Hello C.."); 
}
  • (A) include is a Preprocessor Directive
  • (B) <stdio.h> is a header file with predefined functions like printf, scanf etc
  • (C) #include main() { } is a mandatory function to be included in every C Program.
  • (D) All the above

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.