What is assert and when would I use it?
No Answer is Posted For this Question
Be the First to Post Answer
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
What is a stream?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
Give differences between - new and malloc() , delete and free() ?
What is the meaning of ?
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.
0 Answers Lovely Professional University,
What do you mean by a sequential access file?
What is function definition in c?
How can I get back to the interactive keyboard if stdin is redirected?
Explain how can I right-justify a string?