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
πŸ’¬ Discuss
βœ… Correct Answer: (D) All the above

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
208
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
85%
Success Rate