Which of the following about the C comments is incorrect ?
a.commentscan go over multiple lines
b.comments can start any where in the line
c.a line can contain comments with out any language statements
d.comments can occur within comments

Answer Posted / arpit dhandhania

Answer is d it is not possible to write nested comments in C

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

2810


What is the use of linkage in c language?

622


What is a union?

617


Is it possible to use curly brackets ({}) to enclose single line code in c program?

807


What is a macro in c preprocessor?

640






Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

611


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1671


What does node * mean?

723


What do you mean by c what are the main characteristics of c language?

579


What is an expression?

665


What is New modifiers?

679


How do you view the path?

673


Write programs for String Reversal & Palindrome check

602


How to create struct variables?

598


What is structure pointer in c?

578