Answer Posted / mahendra giri
compiler is translator,which translate source code to target
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between volatile and const volatile?
What is the scope of static variable in c?
Difference between malloc() and calloc() function?
What is actual argument?
can we implement multi-threads in c.
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Can you assign a different address to an array tag?
How can I write functions that take a variable number of arguments?
Explain the use of bit fieild.
What is function what are the types of function?
given post order,in order construct the corresponding binary tree
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is the difference between c &c++?
Where are the auto variables stored?