What is difference between main and void main?


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

Post New Answer

More C Interview Questions

What is the difference between malloc calloc and realloc in c?

0 Answers  


In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 Answers   IBM,


Tell me when is a void pointer used?

0 Answers  


Where local variables are stored in c?

0 Answers  


Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.

3 Answers   Google,






Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


what is pointer?

4 Answers  


String concatenation

2 Answers  


Can you think of a logic behind the game minesweeper.

0 Answers  


How we can write a value to an address using macro..?

0 Answers   Tata Elxsi,


What is anagram in c?

0 Answers  


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


Categories