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 is a pointer in c?

Answers were Sorted based on User's Feedback



What is a pointer in c?..

Answer / nashiinformaticssolutions

A pointer is a variable that stores the memory address of another variable.

Is This Answer Correct ?    0 Yes 0 No

What is a pointer in c?..

Answer / glibwaresoftsolutions

A pointer is a variable that stores the memory address of another variable.

Is This Answer Correct ?    0 Yes 0 No

What is a pointer in c?..

Answer / hr@tgksolutions.com

A pointer is a variable that stores the memory address of another variable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

1 Answers   C DAC,


What is structure packing ?

2 Answers   HP,


how the compiler treats any volatile variable?Explain with example.

1 Answers   Tata Elxsi,


#define d 10+10 main() { printf("%d",d*d); }

6 Answers  


will u give me old quesrion papers for aptitude for L & t info tech?

1 Answers   Hindustan, L&T,


write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 Answers  


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

0 Answers  


How does free() know explain how much memory to release?

0 Answers  


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a

7 Answers  


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


Can true be a variable name in c?

0 Answers  


Categories