What are the different types of pointers?
Answer Posted / gagan kataria
pointers, which point to the location
| Is This Answer Correct ? | 1 Yes | 18 No |
Post New Answer View All Answers
Can you pass an entire structure to functions?
Explain modulus operator.
Why c language?
Explain function?
Is c high or low level?
Can we declare a function inside a function in c?
Where register variables are stored in c?
Explain what is page thrashing?
what is the structure pointer?
how is the examination pattern?
Why do we need a structure?
How can I sort a linked list?
What is #define size in c?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Why c is called a mid level programming language?