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 is the difference between printf and scanf in c?
How do you print only part of a string?
What is sizeof c?
What does the c in ctime mean?
What are 'near' and 'far' pointers?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is a null string in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
all c language question
What is a stream?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Define Array of pointers.
What is page thrashing?
Why is #define used?
What is const keyword in c?