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
Do you know null pointer?
Explain that why C is procedural?
regarding pointers concept
What is getch () for?
When should volatile modifier be used?
When should a type cast not be used?
Write a program to generate the Fibinocci Series
Differentiate between a structure and a union.
Implement bit Array in C.
How do you view the path?
What is union and structure in c?
What is the best way to comment out a section of code that contains comments?
Are pointers really faster than arrays?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is hashing in c?