Answer Posted / ektasingh
main is not user defined.(user defined functions can have
any name )
main is not inbuilt.(it has not been defined in any library)
what is main????
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Write the Program to reverse a string using pointers.
Is it possible to pass an entire structure to functions?
what is the role you expect in software industry?
What is the need of structure in c?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
When should you use a type cast?
When is a void pointer used?
What is static identifier?
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
What is dynamic variable in c?
Explain how can you tell whether two strings are the same?
Explain the bubble sort algorithm.
Why can’t we compare structures?
Explain high-order bytes.