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

Answer Posted / marc

58
Ascii of '0' is 48
thus, ascii of '10' is 48+10=58

Is This Answer Correct ?    6 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of pointers in C?

610


Explain how do you determine the length of a string value that was stored in a variable?

663


What is the purpose of the preprocessor directive error?

673


What does 3 periods mean in texting?

588


What are the two types of structure?

567






Explain about C function prototype?

597


What is nested structure in c?

600


What are operators in c?

575


Why C language is a procedural language?

612


How do you use a pointer to a function?

621


What is the use of getchar functions?

666


All technical questions

1501


What is null pointer constant?

588


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

4896


How can I find the modification date of a file?

692