char ch=10;printf("%d",ch);what is the output

Answer Posted / devvv

this program is gonna give output 10.coz ascii values are
assigned to only 0....9.when we execute printf("%
c",ch);.........the output screen will be blank.

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I run c program?

691


Do you know pointer in c?

594


program for reversing a selected line word by word when multiple lines are given without using strrev

1948


What would be an example of a structure analogous to structure c?

577


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

2802






Differentiate between functions getch() and getche().

625


Difference between MAC vs. IP Addressing

643


using for loop sum 2 number of any 4 digit number in c language

1737


What are types of functions?

568


Can we declare variable anywhere in c?

538


What is local and global variable in c?

619


How many types of operators are there in c?

620


Explain built-in function?

594


string reverse using recursion

1813


What are the uses of a pointer?

684