char ch=10;printf("%d",ch);what is the output
Answer Posted / rahul shrivastava
surely ans will be 10.
bcz we are using %d access specifire..if we will use %c then
correnponding symbol of asciii valut 10 will be display(but
is becoms invisible)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is this pointer in c plus plus?
What are variables and it what way is it different from constants?
Why clrscr is used after variable declaration?
Which is the memory area not included in C program? give the reason
explain what is fifo?
Once I have used freopen, how can I get the original stdout (or stdin) back?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Why is this loop always executing once?
How can you allocate arrays or structures bigger than 64K?
What are the advantages and disadvantages of a heap?
How can you tell whether a program was compiled using c versus c++?
Why doesnt long int work?
How does normalization of huge pointer works?
What are the key features in c programming language?