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 the relationship between pointers and data structure?


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

Post New Answer

More C Interview Questions

please give me some tips for the placement in the TCS.

0 Answers   TCS,


Why c is a procedural language?

0 Answers  


code for find determinent of amatrix

0 Answers  


Is c programming hard?

0 Answers  


write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?

3 Answers   Mind Tree,


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


What will be printed as the result of the operation below: #include<..> int x; int modifyvalue() { return(x+=10); } int changevalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); x++; modifyvalue(); printf("First output:%d\n",x); x++; changevalue(x); printf("Second output:%d\n",x); modifyvalue(); printf("Third output:%d\n",x); }

2 Answers  


Give the rules for variable declaration?

0 Answers  


why do we use # in c-language?

1 Answers  


Can we change the value of #define in c?

0 Answers  


Explain the priority queues?

0 Answers  


What are the main characteristics of c language describe the structure of ac program?

0 Answers  


Categories