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 inbuilt functions in c?
What does the function toupper() do?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
how we can make 3d venturing graphics on outer interface
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Stimulate calculator using Switch-case-default statement for two numbers
What is bubble sort technique in c?
How does selection sort work in c?
Explain what is the use of a semicolon (;) at the end of every program statement?
What are the scope of static variables?
Describe explain how arrays can be passed to a user defined function
What are the different types of data structures in c?
How do you override a defined macro?
What is function prototype in c with example?
How to write c functions that modify head pointer of a linked list?