How the C program can be compiled?

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


Please Help Members By Posting Answers For Below Questions

How can I remove the leading spaces from a string?

638


which is an algorithm for sorting in a growing Lexicographic order

1398


Do pointers take up memory?

659


In a byte, what is the maximum decimal number that you can accommodate?

628


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1420






Difference between strcpy() and memcpy() function?

681


Explain goto?

718


Do character constants represent numerical values?

844


Which driver is a pure java driver

994


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1077


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1595


What is c programing language?

616


What is ambagious result in C? explain with an example.

2058


What is array in C

710


Are pointers integer?

551