Answer Posted / glibwaresoftsolutions
fflush() clears the output/input buffer.vv
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why structure is used in c?
What are the different types of objects used in c?
What is a lvalue
Does c have enums?
What do the functions atoi(), itoa() and gcvt() do?
What is wrong with this initialization?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is the value of uninitialized variable in c?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What is your stream meaning?
Why does notstrcat(string, "!");Work?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What are compound statements?
what is bit rate & baud rate? plz give wave forms
what is a function method?give example?