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


Please Help Members By Posting Answers For Below Questions

Where static variables are stored in c?

581


What does the characters “r” and “w” mean when writing programs that will make use of files?

848


What’s a signal? Explain what do I use signals for?

599


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

701


What is the use of typedef in structure in c?

536






what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2528


Why do we use static in c?

627


What is c variable?

547


What is static volatile in c?

572


How can I generate floating-point random numbers?

598


what are enumerations in C

716


Write a program to print fibonacci series without using recursion?

599


How pointer is different from array?

569


How can I get the current date or time of day in a c program?

647


What is the difference between procedural and functional programming?

512