Q.1 write aprogram to stack using linklist o insert 40 items?
Q.2 write a program to implement circular queue with help of
linklist?


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

Post New Answer

More C Interview Questions

If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.

12 Answers   Google,


Explain what is a stream?

0 Answers  


What is the size of empty structure in c?

0 Answers  


What are the different types of pointers used in c language?

0 Answers  


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

0 Answers  


What does nil mean in c?

0 Answers  


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


What is a symbolic constant?

1 Answers  


what is the difference between const volatile int i & volatile const int j;

2 Answers   HCL,


What does char * * argv mean in c?

0 Answers  


Categories