c programs are converted into machine language with the help of
a) an interpreter
b) a compiler
c) an operatinf system
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Is there anything like an ifdef for typedefs?
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
What’s the special use of UNIONS?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
How can you be sure that a program follows the ANSI C standard?
What is sizeof array in c?
What do you mean by recursion in c?
What are pragmas and what are they good for?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
who did come first hen or agg
What is the difference between printf and scanf )?