How the C program can be compiled?

Answer Posted / mahendra giri

We can compile program after writing code by pressing short
key Alt+F9 or by going on the menu compile->compile

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who developed c language and when?

588


Write a program to check prime number in c programming?

601


How many types of sorting are there in c?

616


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.

1743


What are keywords in c with examples?

608






Where can I get an ansi-compatible lint?

645


What is the significance of an algorithm to C programming?

598


What is the use of putchar function?

654


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

712


Distinguish between actual and formal arguments.

593


What is wrong with this statement? Myname = 'robin';

827


What is call by value in c?

562


What are bitwise shift operators in c programming?

650


Explain how can I write functions that take a variable number of arguments?

619


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

656