How we can insert comments 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 difference between #include<> and #include”…”?

5 Answers  


ASCII stands for

1 Answers  


Why c++ is called c++ and not c+?

9 Answers   EBS,


What is a wrapper function in c?

0 Answers  


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


how to print "hai" in c?

13 Answers   TCS,


An entire structure variable can be assigned to another structure variable if __________

3 Answers   Sasken, TCS, Tech Mahindra, Wipro,


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,


how can i get this by using for loop? * ** * **** * ******

3 Answers   Excel,


whats the use of header file in c?

2 Answers  


What does s c mean on snapchat?

0 Answers  


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,


Categories