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

What is function what are the types of function?

551


What is the use of #include in c?

568


Write a program to print numbers from 1 to 100 without using loop in c?

626


What are control structures? What are the different types?

585


How many types of errors are there in c language? Explain

560






What are the salient features of c languages?

616


What is c language & why it is used?

568


Why are algorithms important in c program?

610


What are the types of data types and explain?

659


List a few unconditional control statement in c.

551


What are local static variables?

609


In a header file whether functions are declared or defined?

623


What is malloc() function?

628


How can I send mail from within a c program?

572


What are the 5 types of inheritance in c ++?

570