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
What does *p++ do? What does it point to?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is null in c?
Is void a keyword in c?
What is wrong with this code?
What are structure members?
What is queue in c?
What is c language used for?
What does it mean when the linker says that _end is undefined?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What are different types of variables in c?
What is main return c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is a volatile keyword in c?