What does int main () mean?


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

Post New Answer

More C Interview Questions

What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?

3 Answers  


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


Are global variables static in c?

0 Answers  


What are two dimensional arrays alternatively called as?

0 Answers  


What's the best way to declare and define global variables?

7 Answers  






What is the Difference between Class and Struct?

10 Answers   Motorola,


every function has return the value?

1 Answers  


Write a program that accept anumber in words

0 Answers  


What is Dynamic Initialization.

3 Answers  


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

0 Answers  


pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.

4 Answers   Persistent, Valyoo,


What is d'n in c?

0 Answers  


Categories