How the C program can be compiled?

Answer Posted / thara

Alt+c is a another way to compile.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between exit() and _exit() function?

592


What is data structure in c and its types?

579


What are c header files?

568


Describe dynamic data structure in c programming language?

593


program for reversing a selected line word by word when multiple lines are given without using strrev

1934






What are predefined functions in c?

555


Should I learn data structures in c or python?

567


What is a structure member in c?

534


Is there anything like an ifdef for typedefs?

692


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

700


What are pragmas and what are they good for?

565


what is the significance of static storage class specifier?

1650


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

704


Explain the difference between malloc() and calloc() function?

590


Is it possible to execute code even after the program exits the main() function?

799