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
Is struct oop?
When is the “void” keyword used in a function?
explain what is a newline escape sequence?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is an identifier?
What is call by reference in functions?
Which node is more powerful and can handle local information processing or graphics processing?
can we implement multi-threads in c.
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is indirection in c?
How can I read and write comma-delimited text?
List some basic data types in c?
What is the difference between text and binary modes?
How was c created?