How many main () function we can have in a project?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
Why is c still so popular?
What is getch?
what is the use of #pragma pack, wer it is used?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
What does emoji p mean?
how to print this sereis 2 4 3 6 5..........?
Explain the difference between ++u and u++?
what is a function pointer and how all to declare ,define and implement it ???
What does double pointer mean in c?
Difference between linking and loading?
how to find out the inorder successor of a node in a tree??