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 is printf () in c?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
How do I swap bytes?
Give the Output : * * * * * * * * * *
all c language question
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
Write a program to print "hello world" without using a semicolon?
How can we see the Expanded source code and compiled code for our source program in C?
what is the use of #pragma pack, wer it is used?
Explain what are preprocessor directives?