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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the easiest sorting method to use?

0 Answers  


What are the benefits of c language?

0 Answers  


Write a program to find given number is even or odd without using any control statement.

2 Answers  


How can I pad a string to a known length?

0 Answers  


how 2 compile & execute c program with out using editor?

2 Answers   HP,


what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these

2 Answers   IBM,


What does *p++ do? What does it point to?

0 Answers  


When was c language developed?

0 Answers  


how to write a program which adds two numbers without using semicolon in c

2 Answers  


write a program in c language for the multiplication of two matrices using pointers?

8 Answers   Ignou,


How can I read a directory in a c program?

1 Answers   CSC,


Describe the difference between = and == symbols in c programming?

0 Answers  


Categories