char ch=10;printf("%d",ch);what is the output
Answer Posted / yash
my output is for
What is output of followingvoid main() [3]
{char ch;for(ch=0;ch<=127;ch)printf("%c %d \n", ch, ch);}
ans: 1024
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why main function is special give two reasons?
Can you mix old-style and new-style function syntax?
What is your stream meaning?
Are bit fields portable?
Why do we use stdio h and conio h?
How do I create a directory? How do I remove a directory (and its contents)?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is the difference between malloc() and calloc() function in c language?
What are the various types of control structures in programming?
Can a void pointer point to a function?
What is the use of c language in real life?
What is union and structure in c?
Explain main function in c?
Explain b+ tree?
How can I do serial ("comm") port I/O?