what will be the output:
main(){char ch;int a=10;printf("%d",ch);}

Answer Posted / manju

The correct and verified answer is 8.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2307


What is the meaning of 2d in c?

617


What language is windows 1.0 written?

582


Can math operations be performed on a void pointer?

593


How can I recover the file name given an open stream or file descriptor?

600






How will you find a duplicate number in a array without negating the nos ?

1650


Can the “if” function be used in comparing strings?

599


Differentiate between ordinary variable and pointer in c.

625


What is the use of function overloading in C?

686


Where does the name "C" come from, anyway?

647


What does sizeof function do?

620


What is keyword in c?

608


How will you divide two numbers in a MACRO?

715


What is a substring in c?

591


a c code by using memory allocation for add ,multiply of sprase matrixes

2306