Answer Posted / joshi
Pointer is a special variable which hold the address of the
next variable.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
When is a “switch” statement preferable over an “if” statement?
How do we declare variables in c?
What does %p mean c?
Explain what is a stream?
Can true be a variable name in c?
What is function in c with example?
What are identifiers in c?
What does != Mean in c?
What is meant by operator precedence?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
How can you increase the size of a statically allocated array?
When should the register modifier be used? Does it really help?
Explain what are the different data types in c?
Explain about the constants which help in debugging?