What is putchar() function?
No Answer is Posted For this Question
Be the First to Post Answer
What are the similarities between c and c++?
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
In a header file whether functions are declared or defined?
Explain the use of fflush() function?
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
How can a number be converted to a string?
Dear Sir, we are required the bubble sorting programs Regs Prem
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
#define d 10+10 main() { printf("%d",d*d); }
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
What are 'near' and 'far' pointers?
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,