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 program of advanced Fibonacci series.
what is the function of pragma directive in c?
How do I copy files?
What does == mean in texting?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
What is the purpose of clrscr () printf () and getch ()?
Who developed c language?
Write programs for String Reversal & Palindrome check
Add Two Numbers Without Using the Addition Operator
Explain null pointer.
Is it possible to pass an entire structure to functions?
What do you mean by Recursion Function?
What are pragmas and what are they good for?
What are the header files used in c language?