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
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
how to build a exercise findig min number of e heap with list imlemented?
How many identifiers are there in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the default value of local and global variables in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
How many header files are in c?
Explain what are the different file extensions involved when programming in c?
Can an array be an Ivalue?
Which is better pointer or array?
What is declaration and definition in c?
Describe dynamic data structure in c programming language?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is the use of pragma in embedded c?
What is structure padding in c?