Answer Posted / usha
int is an keyword, that holds integer data type values
its size depends on compiler.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain how do you override a defined macro?
How is a null pointer different from a dangling pointer?
How would you rename a function in C?
What are the functions to open and close the file in c language?
What is bss in c?
c program to compute AREA under integral
Where are local variables stored in c?
Explain how can I avoid the abort, retry, fail messages?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
How can I do peek and poke in c?
What is volatile variable how do you declare it?
Why is c called "mother" language?
What is meant by type specifiers?
Is null always defined as 0(zero)?
What is wrong with this declaration?