What is main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 5 organizational structures?
can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...
11 Answers CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,
diff between exptected result and requirement?
What is the use of void pointer and null pointer in c language?
What is exit() function?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Explain how can I write functions that take a variable number of arguments?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
How can you print HELLO WORLD without using "semicolon"?
Explain Linker and Loader
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
what is the return type of printf