If fflush wont work, what can I use to flush input?
No Answer is Posted For this Question
Be the First to Post Answer
What is a constant?
why integer range between -327680to+32767
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
develop algorithms to add polynomials (i) in one variable
What extern c means?
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
What does sizeof return c?
write a progam to display the factors of a given number and disply how many prime numbers are there?
How do I use void main?
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
what is the difference between class and unio?