Answer Posted / ankith.v
pointer Is a Variable.
A Variable which Stores The Address Of Another Variable is
called as Pointer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why void is used in c?
Why do we use int main instead of void main in c?
What is #include stdio h?
how to build a exercise findig min number of e heap with list imlemented?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the benefit of using #define to declare a constant?
what is use of malloc and calloc?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
There seem to be a few missing operators ..
Explain what is wrong in this statement?
What are enums in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What are the storage classes in C?
What is the acronym for ansi?
What are variables c?