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 / s.srinivasulu
answer is d only.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What do you mean by recursion in c?
What does s c mean on snapchat?
How will you write a code for accessing the length of an array without assigning it to another variable?
Is it fine to write void main () or main () in c?
How can a program be made to print the line number where an error occurs?
Do pointers store the address of value or the actual value of a variable?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is the right type to use for boolean values in c? Is there a standard type?
What is pivot in c?
Process by which one bit pattern in to another by bit wise operation is?
Why is it that not all header files are declared in every C program?
Find MAXIMUM of three distinct integers using a single C statement
What is a keyword?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is a pointer value and address in c?