Answer Posted / dhanshri chabukswar
a compiler act as a translator between you and the computer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does static variable mean in c?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Which header file is essential for using strcmp function?
Why use int main instead of void main?
How can I convert a number to a string?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is the difference between exit() and _exit() function?
What is a global variable in c?
Can a function argument have default value?
What are the 5 types of inheritance in c ++?
Explain the advantages and disadvantages of macros.
Are the variables argc and argv are always local to main?
What do the functions atoi(), itoa() and gcvt() do?
Explain spaghetti programming?
Why do we write return 0 in c?