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
Explain the use of fflush() function?
Where can I get an ansi-compatible lint?
which is an algorithm for sorting in a growing Lexicographic order
Why enum is used in c?
Which function in C can be used to append a string to another string?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What is #line?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the concatenation operator?
Explain void pointer?
Explain continue keyword in c
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is integer constants?
What are derived data types in c?