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

write a program to interchange the value between two variable without using loop

1 Answers  


what is the difference between procedure oriented and object oriented progaming language

1 Answers  


Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day

3 Answers  


What is the process to generate random numbers in c programming language?

0 Answers  


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

0 Answers  


What is wrong in this statement?

0 Answers  


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,


Why is c faster?

0 Answers  


Explain why c is faster than c++?

0 Answers  


the question is that what you have been doing all these periods (one year gap)

0 Answers   HCL,


The C language terminator is a.semicolon b.colon c.period d.exclamation mark

6 Answers   TCS,


how can we Declare a variable in c without defining it.

1 Answers   TCS,


Categories