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

What does c mean before a date?

0 Answers  


What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


Here is a neat trick for checking whether two strings are equal

0 Answers  


logic for x=y^n

1 Answers   Delphi,






What should malloc(0) do?

0 Answers  


Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?

1 Answers  


Explain what is wrong with this program statement? Void = 10;

0 Answers  


What does void main return?

0 Answers  


What is a union?

0 Answers  


What are pragmas and what are they good for?

0 Answers  


What does return 1 means in c?

0 Answers  


Categories