Explain what is the best way to comment out a section of code that contains comments?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

using for loop sum 2 number of any 4 digit number in c language

0 Answers  


What is a char in c?

0 Answers  


What is Heap?

3 Answers  


is c language is a object oreinted language?

5 Answers   TCS,


main() { printf(5+"Vidyarthi Computers"); }

6 Answers  






why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


Define circular linked list.

0 Answers  


Why doesn't C support function overloading?

2 Answers  


Is boolean a datatype in c?

0 Answers  


Write a program to print prime nums from 1-20 using c programing?

13 Answers   IBM,


#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


What is difference between stdio h and conio h?

0 Answers  


Categories