what is a pointer
Answers were Sorted based on User's Feedback
Answer / chaitali anand tendulkar
A pointer is a variable which contains a address in memory
of another variable. in other words it is a address of
variable.
| Is This Answer Correct ? | 27 Yes | 2 No |
Answer / roshan
In a simple word.....
A pointer is a variable which is store the address of another variable.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / anil yadav
A pointer is a variable which contains the address in memory of another variable. We can have a pointer to any variable type....
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / joshi
Pointer is a special variable which hold the address of the
next variable.
| Is This Answer Correct ? | 3 Yes | 2 No |
What is sparse file?
can anyone suggest some site name..where i can get some good data structure puzzles???
to convert a string without using decrement operater and string functions
What is the use of getchar functions?
What is a constant and types of constants in c?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
Do pointers store the address of value or the actual value of a variable?
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
code for inverse a matrix
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
how to execute a program using if else condition and the output should enter number and the number is odd only...
Hai why 'c' is the middle language