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

Answer Posted / vaibhav

it prints the ascii value of 10. inthese case ineger 10
will occupy only 1 byte.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to print "hello world" without using a semicolon?

602


What is static identifier?

709


Why flag is used in c?

659


define string ?

673


What does the file stdio.h contain?

609






Subtract Two Number Without Using Subtraction Operator

360


What is a good data structure to use for storing lines of text?

604


How do c compilers work?

615


What is double pointer in c?

595


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1547


‎How to define structures? · ‎

639


What is the difference between text and binary i/o?

596


Explain what is a const pointer?

643


What does %d do?

731


How do I copy files?

627