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 / mohmedali
b
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
Is main a keyword in c?
What is the best way to store flag values in a program?
What is calloc malloc realloc in c?
Explain union.
How can you allocate arrays or structures bigger than 64K?
Differentiate between the expression “++a” and “a++”?
What are static variables in c?
Why isnt there a numbered, multi-level break statement to break out
What does int main () mean?
Do you know the difference between exit() and _exit() function in c?
What is uint8 in c?
What is the benefit of using const for declaring constants?
What is the difference between text files and binary files?
What are the different types of control structures in programming?
Explain what is output redirection?