What is main return c?


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

Post New Answer

More C Interview Questions

What does typedef struct mean?

0 Answers  


read a number & print all its devisors using c-program?

3 Answers  


What are the __date__ and __time__ preprocessor commands?

0 Answers  


What is data structure in c programming?

0 Answers  


plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .

3 Answers  






Describe the modifier in c?

0 Answers  


What is the Purpose of 'extern' keyword in a function declaration?

0 Answers  


What is the best style for code layout in c?

0 Answers  


why 'c' is called middle level language.

2 Answers  


How can I read in an object file and jump to locations in it?

0 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


main() { int i; printf("%d",i^i); }

1 Answers  


Categories