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
In a switch statement, explain what will happen if a break statement is omitted?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Lists the benefits of c programming language?
What is #pragma statements?
Why is c so important?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Explain what is a program flowchart and explain how does it help in writing a program?
Write a program on swapping (100, 50)
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is spaghetti programming?
What is null pointer in c?
Explain logical errors? Compare with syntax errors.
What is meant by operator precedence?
What is bin sh c?