Answer Posted / guest
we use loop when we want the given condition is checked
contineously.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What does the format %10.2 mean when included in a printf statement?
What is struct node in c?
What is the difference between char array and char pointer?
How many bytes is a struct in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
differentiate built-in functions and user – defined functions.
Is void a keyword in c?
What does sizeof return c?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Is printf a keyword?
simple program of graphics and their output display
What is d scanf?
Explain how can I right-justify a string?