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

write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix

0 Answers  


What will be the output of x++ + ++x?

20 Answers   MBT, Religare,


What are c preprocessors?

0 Answers  


what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

20 Answers   Infosys,


What is function definition in c?

0 Answers  






How can I run c program?

0 Answers  


Here is a neat trick for checking whether two strings are equal

0 Answers  


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

0 Answers  


Why is c still so popular?

0 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  


what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }

9 Answers   HCL,


main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,


Categories