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 are the header files used in c language?

0 Answers  


Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}

11 Answers   IBM, TCS,


What is derived datatype in c?

0 Answers  


write an algorithm and c program to add two 2x2 matrics

2 Answers  


how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help

5 Answers  


How do I use void main?

0 Answers  


How can I find the modification date and time of a file?

0 Answers  


What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 Answers   ADITI, Student, TCS,


What is C language Terminator?

15 Answers   TCS,


What is call by reference in functions?

1 Answers  


can we implement multi-threads in c.

0 Answers  


Explain Linker and Loader

5 Answers  


Categories