Answer Posted / sanjay bhosale
Every c program execution starts from startup procedure which internally calls exit(main({parameters here})).
so to start execution we need main() function in our program.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Which is the best website to learn c programming?
What are the types of pointers?
Explain what will the preprocessor do for a program?
Why is c platform dependent?
How can I run c program?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Why we use void main in c?
What is the c value paradox and how is it explained?
Explain how can I avoid the abort, retry, fail messages?
what is the function of pragma directive in c?
What does %c mean in c?
Why shouldn’t I start variable names with underscores?
hi any body pls give me company name interview conduct "c" language only