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 pro-gramme to determine whether the number is even or odd?

1 Answers  


write a function to find whether a string is palindrome or not and how many palindrome this string contain?

2 Answers   Aptech,


how to find sum of 5 digits in C?

4 Answers  


what is available in C language but not in C++?

10 Answers   CTS, TCS,


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

0 Answers   Aspire, Infogain,






There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


how to find the largest element of array without using relational operater?

6 Answers   Satyam, Wipro,


Why should I prototype a function?

0 Answers  


Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)

1 Answers   NetApp, PTU, Wipro,


What are the modifiers available in c programming language?

0 Answers  


State the difference between realloc and free.

0 Answers   Aricent,


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

0 Answers  


Categories