any C program contains only one function, it must be

a) void ()

b) main ()

c) message ()

d) abc ()


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

Post New Answer

More C Interview Questions

Explain argument and its types.

0 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


What is wrong with this statement? Myname = 'robin';

0 Answers  


how to count no of words,characters,lines in a paragraph.

0 Answers  


what is the difference between malloc() and calloc() function?

1 Answers  






Differentiate between the expression “++a” and “a++”?

0 Answers  


what is C?

9 Answers   Syntel,


define string ?

0 Answers  


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


what is the c.

3 Answers   IBM, TCS,


What is operator promotion?

0 Answers  


write a program to print sum of each row of a 2D array.

4 Answers  


Categories