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
Why are all header files not declared in every c program?
What are pragmas and what are they good for?
What is the use of #define preprocessor in c?
How can I convert a number to a string?
What are the types of type specifiers?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is console in c language?
write a program in c language to print your bio-data on the screen by using functions.
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
swap 2 numbers without using third variable?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is the use of define in c?
What is difference between Structure and Unions?