hat is a pointer?
Answers were Sorted based on User's Feedback
Answer / satya.tivari
a pointer is a variable which stores an address of another
variable.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / sumit mmmec
pointer provide the programmer direct access on memory
allocation.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / vaibhav
it is a derived data type which holds the address of that
variable.
| Is This Answer Correct ? | 3 Yes | 0 No |
Why c language?
What is the difference between Printf(..) and sprint(...) ?
advantages of pointers?
can we change the default calling convention in c if yes than how.........?
Why is c not oop?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Find occurence of a character in a sting.
What is the best way to comment out a section of code that contains comments?
code for bubble sort?
What is a MAC Address?
What is Your Name :)
What is the difference between int and float?