Write a program to implement queue.


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

Post New Answer

More C Interview Questions

What is the difference between abs() and fabs() functions?

0 Answers  


program to print upper & lower triangle of a matrix

2 Answers   TCS,


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

0 Answers  


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


What is indirection in c?

0 Answers  


What is a newline escape sequence?

0 Answers  


convert 12345 to 54321 withoutusing strig

5 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


What are the similarities between c and c++?

0 Answers  


what type of language is C?

13 Answers   Microsoft,


What is the difference between array and linked list in c?

0 Answers  


What does extern mean in a function declaration?

4 Answers  


Categories