Answer Posted / m.kirthika
main() is a predefined function because compiler starts
executing only in main() function. It better to press F7
function key after compiling your program because the
control first passes only to main() function
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What do you mean by scope of a variable in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What does malloc () calloc () realloc () free () do?
Can you add pointers together? Why would you?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Is c is a high level language?
How do you use a 'Local Block'?
explain what are actual arguments?
Is c weakly typed?
What is the main difference between calloc () and malloc ()?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Is there any demerits of using pointer?
Which is better between malloc and calloc?
What is integer constants?
Compare array data type to pointer data type