How the C program can be compiled?

Answer Posted / guest

after writing entire code first compile the program using
alt+F9.Then look at the errors and warnings ,after all the
errors and warnings are rectified u can run the program by
ctrl+F9.to watch the output go through the key alt+F5.

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by invalid pointer arithmetic?

641


What is the general form of a C program?

605


What is the difference between null pointer and wild pointer?

646


.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; }

2007


Is a house a shell structure?

701






What is table lookup in c?

635


What is the value of c?

579


Who developed c language?

644


What are the types of data files?

735


What is the use of printf() and scanf() functions?

640


What is dangling pointer in c?

629


Explain the use of fflush() function?

631


What is the difference between text and binary modes?

652


What is meant by recursion?

636


What is the role of && operator in a program code?

576