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
Write a function that will take in a phone number and output all possible alphabetical combinations
Under what circumstances does a name clash occur?
What is getch?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
i want to know the procedure of qualcomm for getting a job through offcampus
Explain b+ tree?
What are qualifiers in c?
What are the c keywords?
Differentiate between the = symbol and == symbol?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What are conditional operators in C?
How can I get back to the interactive keyboard if stdin is redirected?
How do we open a binary file in Read/Write mode in C?
How do you convert strings to numbers in C?
Why c is called a mid level programming language?