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
Why do we use namespace feature?
How to Throw some light on the splay trees?
What is a built-in function in C?
What is pointer to pointer in c?
What are integer variable, floating-point variable and character variable?
Is c programming hard?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What does %c do in c?
What is unary operator?
What is a volatile keyword in c?
What is the use of structure padding in c?
How can I do serial ("comm") port I/O?
Do you know the purpose of 'register' keyword?
what are the facialities provided by you after the selection of the student.
What is a union?