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

Answer Posted / kalpana.y


There will be no output

because, in printf statement it is declared in %d
%d is integer variable
%s should be declared

Is This Answer Correct ?    0 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a pointer be volatile in c?

535


Array is an lvalue or not?

640


How do you print only part of a string?

613


Is r written in c?

722


Explain the process of converting a Tree into a Binary Tree.

2102






What are pointers?

634


What is function definition in c?

586


Can we declare a function inside a function in c?

584


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2033


Explain can the sizeof operator be used to tell the size of an array passed to a function?

597


Write the control statements in C language

650


When is a null pointer used?

641


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2269


What does malloc () calloc () realloc () free () do?

560


Is swift based on c?

638