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

c program to add and delete an element from circular queue using array

3 Answers  


1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.

2 Answers  


How to explain the final year project as a fresher please answer with sample project

0 Answers  


Explain what are the advantages and disadvantages of a heap?

0 Answers  


i want explaination about the program and its stack reprasetaion fibbo(int n) { if(n==1 or n==0) return n; else return fibbo(n-1)+fibbo(n-2); } main() { fibbo(6); }

2 Answers  






what is difference between strcmp & palindrome?

3 Answers  


1,4,8,13,21,30,36,45,54,63,73,?,?.

10 Answers   AMB, Franklin Templeton,


Where is c used?

0 Answers  


WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?

6 Answers   Finite Infotech, Lovely Professional University, Wipro,


please send me the code for multiplying sparse matrix using c

0 Answers  


What is conio h in c?

0 Answers  


print 1-50 with two loop & two print Statement

2 Answers  


Categories