Answer Posted / vrushali
If the execution of a program is required to start from a
test program e.g test (). Then we are required to change the
linker itself. As there a default program which searches for
main .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is assignment operator?
What is the difference between exit() and _exit() function?
Explain what is wrong with this program statement? Void = 10;
What is function prototype in c language?
Can true be a variable name in c?
What is typedef?
How are structure passing and returning implemented?
How do you use a pointer to a function?
Why c language is called c?
What is dynamic dispatch in c++?
How do you define a function?
Why do we need volatile in c?
Differentiate fundamental data types and derived data types in C.
Why is c faster?