char ch=10;printf("%d",ch);what is the output
Answer Posted / rahul shrivastava
surely ans will be 10.
bcz we are using %d access specifire..if we will use %c then
correnponding symbol of asciii valut 10 will be display(but
is becoms invisible)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of the functions?
What is the hardest programming language?
Why do we write return 0 in c?
Tell us something about keyword 'auto'.
What is the use of sizeof () in c?
Can we initialize extern variable in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is the purpose of realloc()?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What are the types of type specifiers?
What are the two types of structure?
What is the meaning of c in c language?
What does char * * argv mean in c?
Is stack a keyword in c?