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
What are local static variables? How can you use them?
What’s the special use of UNIONS?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Why are algorithms important in c program?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is wrong with this statement? Myname = 'robin';
Explain what is wrong with this program statement? Void = 10;
What is the difference between typedef and #define?
What is a file descriptor in c?
What is scope rule in c?
What is oops c?
Explain how do you determine whether to use a stream function or a low-level function?
Explain about block scope in c?
What are disadvantages of C language.
What is pointer to pointer in c language?