Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are pointers in C?

Answers were Sorted based on User's Feedback



What are pointers in C?..

Answer / sagar hande

Pointer is variable that contains memory location of
another variable

Is This Answer Correct ?    33 Yes 0 No

What are pointers in C?..

Answer / mukesh kumar

pointer is variable it contain's or store the address of
other variable.

Is This Answer Correct ?    13 Yes 0 No

What are pointers in C?..

Answer / tarun gupta

Pointer is a variable. that contain's the M/r location of
another variable.

Is This Answer Correct ?    5 Yes 0 No

What are pointers in C?..

Answer / esakkimuthu.s.

pointer is a variable which contain the address of another variable.pointer variable must be declare with * operator

Is This Answer Correct ?    3 Yes 0 No

What are pointers in C?..

Answer / rajgopal

pointer is variable which store the addrss of another variable

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is difference between array and pointer in c?

0 Answers  


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

0 Answers  


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

0 Answers  


Write a program to generate random numbers in c?

0 Answers  


What are the data types present in c?

0 Answers  


Can you think of a way when a program crashed before reaching main? If yes how?

2 Answers  


size maximum allocated by calloc()

3 Answers   DELL,


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

0 Answers  


who invented c

13 Answers   IBM,


Calculate 1*2*3*____*n using recursive function??

0 Answers  


Explain threaded binary trees?

0 Answers  


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


Categories