what is the difference between normal variables and pointer
variables..............
Answer Posted / ashu_deepu
one thing i wanna add is we canot perform some operation
with the pointers (like subtraction) while those can b
performed with the normal variables.
| Is This Answer Correct ? | 15 Yes | 12 No |
Post New Answer View All Answers
What is static volatile in c?
How do you determine a file’s attributes?
Why cant I open a file by its explicit path?
Explain the ternary tree?
Is c dynamically typed?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Why c is procedure oriented?
What are the salient features of c languages?
Why main function is special give two reasons?
Define recursion in c.
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What are two dimensional arrays alternatively called as?
How reliable are floating-point comparisons?
Are the variables argc and argv are local to main?