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
What are the advantages and disadvantages of c language?
What do header files do?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
Explain how do you search data in a data file using random access method?
How do I copy files?
What is indirection in c?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
How to find a missed value, if you want to store 100 values in a 99 sized array?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
What is volatile, register definition in C
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?