Answer Posted / ram
reference to the address of the variable
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Do pointers store the address of value or the actual value of a variable?
Explain what is a static function?
Explain spaghetti programming?
Explain #pragma statements.
What is class and object in c?
Why do we use int main?
What is an lvalue in c?
Differentiate between the expression “++a” and “a++”?
Why void main is used in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is union and structure in c?
What's the total generic pointer type?
When should a type cast not be used?
What is wild pointer in c?
Why we use int main and void main?