What is main function in c?


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

Post New Answer

More C Interview Questions

2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture,


What is equivalent to ++i+++j?

0 Answers  


what do u mean by Direct access files? then can u explain about Direct Access Files?

0 Answers   LG Soft,


What is the translation phases used in c language?

0 Answers  


What is typedef example?

0 Answers  






What does %f mean c?

1 Answers  


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

0 Answers  


write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?

4 Answers  


What is strcpy() function?

0 Answers  


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


Should I learn data structures in c or python?

0 Answers  


Categories