addu


{ City } hyderabad
< Country > india
* Profession * student
User No # 101151
Total Questions Posted # 3
Total Answers Posted # 1

Total Answers Posted for My Questions # 5
Total Views for My Questions # 9131

Users Marked my Answers as Correct # 14
Users Marked my Answers as Wrong # 3
Questions / { addu }
Questions Answers Category Views Company eMail

main() { int i; for(i=0;i<5;i++) printf("%d",1l< 1 C 2853


what is the use of ~ in c lang?????

3 C 3698

int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????

1 C 2580




Answers / { addu }

Question { 30835 }

what is purpose of fflush(stdin) function



Answer

fflush is used to clear all non printable characters which are existed through standard input i.e.,stdin

Is This Answer Correct ?    14 Yes 3 No