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
Define and explain about ! Operator?
Explain what is #line used for?
What is the use of typedef in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Can a program have two main functions?
write a programming in c to find the sum of all elements in an array through function.
Write a program to print fibonacci series without using recursion?
What does 3 mean in texting?
Can you please compare array with pointer?
What is assert and when would I use it?
What is FIFO?
Is return a keyword in c?
How are pointers declared in c?
Why we use void main in c?
What is cohesion in c?