what is pointer?

Answer Posted / beesani

A pointer is a data type whose value refers directly to
another value stored elsewhere in the computer memory using
its address.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to find anagram without using string functions using only loops in c programming

2705


What are dangling pointers in c?

628


Define C in your own Language.

625


What functions are in conio h?

643


Why dont c comments nest?

607






What are the 5 data types?

585


What is the meaning of c in c language?

586


Why array is used in c?

543


In C programming, what command or code can be used to determine if a number of odd or even?

609


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1609


Why void main is used in c?

555


What is volatile variable how do you declare it?

557


What is the difference between functions getch() and getche()?

609


Is there any demerits of using pointer?

616


Can i use “int” data type to store the value 32768? Why?

742