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...


Can you write the algorithm for Queue?


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

Post New Answer

More C Interview Questions

#define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d\n",x,y); swap2(x,y); printf("%d %d\n",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; } what are the outputs?

4 Answers   Ramco,


what is unsigened char and what is the difference from char

2 Answers  


what is a function method?give example?

0 Answers  


how to set Nth bit of a variable?

1 Answers  


What are the types of variables in c?

0 Answers  


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

0 Answers  


Sir i need notes for structure,functions,pointers in c language can you help me please

0 Answers   TCS,


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

8 Answers   Ignou,


Write a program that accept anumber in words

0 Answers  


What is use of null pointer in c?

0 Answers  


What is the purpose of clrscr () printf () and getch ()?

0 Answers  


How can I insert or delete a line (or record) in the middle of a file?

0 Answers  


Categories