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 program to implement queue.
What does it mean when a pointer is used in an if statement?
What was noalias and what ever happened to it?
What is the process to generate random numbers in c programming language?
What is character set?
What is declaration and definition in c?
How is a null pointer different from a dangling pointer?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is structure in c definition?
How do you declare a variable that will hold string values?
What is wrong with this declaration?
Why & is used in scanf in c?
What is a function in c?
Tell me when is a void pointer used?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?