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


Please Help Members By Posting Answers For Below Questions

What is hashing in c language?

603


Can a pointer point to null?

578


What is difference between constant pointer and constant variable?

618


What is a good way to implement complex numbers in c?

583


Explain what is the general form of a c program?

616






What is New modifiers?

657


Can you write a programmer for FACTORIAL using recursion?

606


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

637


Why isn't any of this standardized in c? Any real program has to do some of these things.

617


What is the importance of c in your views?

586


Combinations of fibanocci prime series

1105


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1659


Explain about block scope in c?

655


What are the three constants used in c?

538


What is meant by type casting?

618