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 / kushal
@above
your syntax is false,thats why u r getting an error,
if u write like this,
scanf("%d,%d", c /*dis are the values to be printed */ a,b);
then u will nt face any error
write ans shold be
<d>
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Which function in C can be used to append a string to another string?
If fflush wont work, what can I use to flush input?
When should structures be passed by values or by references?
What does dm mean sexually?
Explain about the functions strcat() and strcmp()?
How can you determine the size of an allocated portion of memory?
How can I split up a string into whitespace-separated fields?
What do you mean by recursion in c?
What is the use of a ‘ ’ character?
What extern c means?
What is the deal on sprintf_s return value?
Where are local variables stored in c?
What is dynamic variable in c?
What is the use of gets and puts?
how logic is used