Main must be written as
a.the first function in the program
b.Second function in the program
c.Last function in the program
d.any where in the program
Answer Posted / katrina
main shouldnt be written in c programming but infact it is
main()
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain what is #line used for?
What is hash table in c?
how logic is used
What oops means?
will u please send me the placement papers to my mail???????????????????
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
Tell me is null always defined as 0(zero)?
Explain c preprocessor?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is sizeof array in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Explain how do you override a defined macro?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Difference between macros and inline functions? Can a function be forced as inline?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters