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
Explain what is the stack?
What are inbuilt functions in c?
How is pointer initialized in c?
What happens if you free a pointer twice?
What is assert and when would I use it?
Is there anything like an ifdef for typedefs?
What are the features of the c language?
What is the difference between array and pointer in c?
Explain what is the best way to comment out a section of code that contains comments?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is scope of variable in c?
explain what is a newline escape sequence?
explain what are actual arguments?
What is c basic?
What does c mean in standard form?