Answer Posted / ramakant kisan karnekar
Pointer is a value variable it stores the address of
another variable
ex
int a=10;
int *p;
p=&x;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is bubble sort in c?
What are the different types of control structures in programming?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is page thrashing?
When c language was developed?
What is pragma c?
What are 3 types of structures?
Why does everyone say not to use scanf? What should I use instead?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is memcpy() function?
What is graph in c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
How many types of operator or there in c?
What is a scope resolution operator in c?
What is the mean of function?