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
How is actual parameter different from the formal parameter?
What math functions are available for integers? For floating point?
Can include files be nested? How many levels deep can include files be nested?
Explain how can you check to see whether a symbol is defined?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Explain the array representation of a binary tree in C.
Explain how can I open a file so that other programs can update it at the same time?
Explain the difference between malloc() and calloc() in c?
What is the general form of function in c?
How can you invoke another program from within a C program?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is structure and union in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Why string is used in c?