How to run c Program without using IDE of c.
means if program made in notepad.then how to compile by
command prompt.
Answer / rajesh
compile
gcc filename.c
its create exe file is a.out
run
./a.out
ll gie output
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the complete rules for header file searching?
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
What are the salient features of c languages?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What are static variables, and where are they stored?
Describe the difference between = and == symbols in c programming?
what is c
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
can u give me the good and very optimised code for a car racing game?
how can we use static and extern?and where can we use this?
Explain high-order bytes.