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
any "C" function by default returns an a) int value b) float value c) char value d) a & b
How can I get random integers in a certain range?
What is pointer to pointer in c with example?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
How many keywords are there in c?
Wt are the Buses in C Language
What are the different file extensions involved when programming in C?
Between macros and functions,which is better to use and why?
Explain the properties of union. What is the size of a union variable
What is the difference between new and malloc functions?
What is the difference between text and binary modes?
Explain which function in c can be used to append a string to another string?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Can variables be declared anywhere in c?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm