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
Can a pointer be volatile in c?
What is wrong with this statement? Myname = 'robin';
How can a number be converted to a string?
shorting algorithmS
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Explain two-dimensional array.
Why should I use standard library functions instead of writing my own?
Explain the difference between exit() and _exit() function?
Can you write the algorithm for Queue?
What are different types of operators?
how could explain about job profile
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Explain how do you override a defined macro?
How do you define a string?
difference between Low, Middle, High Level languages in c ?