void main()
{
char c;
while(c=getchar()!='\n')
printf("%d",c);
}
o/p=11 why?
Answer Posted / biren
11
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
What is the use of bitwise operator?
What is the size of array float a(10)?
Explain what is page thrashing?
What is file in c preprocessor?
What are the 5 organizational structures?
What is the use of c language in real life?
Subtract Two Number Without Using Subtraction Operator
What are the 32 keywords in c?
write a proram to reverse the string using switch case?
What are enumerated types?
What is malloc and calloc?
What is a spanning Tree?
write a program to generate address labels using structures?
Why functions are used in c?
What are the characteristics of arrays in c?