what is the use of c program?
Answer Posted / shubham singh
This is a tool by which computer can understand our
language in binary language.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How macro execution is faster than function ?
If the size of int data type is two bytes, what is the range of signed int data type?
How does normalization of huge pointer works?
If I have a char * variable pointing to the name of a function ..
Why is #define used?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is unsigned int in c?
What are Macros? What are its advantages and disadvantages?
What is ## preprocessor operator in c?
What is void main ()?
What is formal argument?
How many data structures are there in c?
Explain what is page thrashing?
What 'lex' does?