A
Q. Choose correct answer..
Code:
#include<stdio.h>
main()
{
/* Multi Line Comment
This line is ignored by compiler
*/
printf("Hello C..");
}
main()
{
/* Multi Line Comment
This line is ignored by compiler
*/
printf("Hello C..");
}
- Correct Answer - Option(D)
- Views: 23
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.