Why use int main instead of void main?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between functions getch() and getche()?
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
What is const and volatile in c?
what do the 'c' and 'v' in argc and argv stand for?
what is the different between data structure and data type?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
How do you prevent buffer overflows in C?
Describe dynamic data structure in c programming language?
What is the description for syntax errors?
What is the purpose of the preprocessor directive error?
Apart from dennis ritchie who the other person who contributed in design of c language.
given post order,in order construct the corresponding binary tree