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

What is the benefit of using an enum rather than a #define constant?

643


What is the difference between declaring a variable by constant keyword and #define ing that variable?

2678


How do I determine whether a character is numeric, alphabetic, and so on?

612


Is fortran still used today?

590


What is the description for syntax errors?

600






Explain how do you view the path?

640


What does it mean when the linker says that _end is undefined?

617


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1722


What is typeof in c?

592


Is malloc memset faster than calloc?

601


Under what circumstances does a name clash occur?

676


What are the advantages of Macro over function?

1178


What is far pointer in c?

795


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

627


What is local and global variable in c?

604