Answer Posted / priya
In windows C program is compiled by
Alt+F9
Under linux, the C compiler is gcc.
$Gcc filename.c
For compiling C with graphics application in ubuntu
$G++ -lgraph filename.c
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What functions are used for dynamic memory allocation in c language?
What is memcpy() function?
Why is c so powerful?
What is data structure in c language?
Explain what is a pragma?
How can I get random integers in a certain range?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Explain 'bus error'?
What is the method to save data in stack data structure type?
What is an identifier?
What is string function in c?
What is a null pointer in c?
What is the use of #define preprocessor in c?
What is the difference between variable declaration and variable definition in c?
How can I delete a file?