What are comments and how do you insert it in a C program?


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

Post New Answer

More C Interview Questions

What is the use of the #include directive?

3 Answers  


WHAT IS PRE POSSESSORS?

6 Answers   TATA,


What does void main return?

0 Answers  


2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.

5 Answers   TCS,


What is meant by recursion?

0 Answers   ADP,


What's the right way to use errno?

0 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Bosch,


What are bitwise shift operators in c programming?

0 Answers  


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


How can you dynamically allocate memory in C?

2 Answers  


Which is best linux os?

0 Answers  


What is the difference between c &c++?

0 Answers  


Categories