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
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Simplify the program segment if X = B then C ← true else C ← false
Explain is it better to bitshift a value than to multiply by 2?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What are the different types of control structures in programming?
What is the description for syntax errors?
What is floating point constants?
What are the advantages and disadvantages of a heap?
What is build process in c?
What is volatile, register definition in C
What does a function declared as pascal do differently?
What is s or c?
Explain About fork()?
Why does everyone say not to use scanf? What should I use instead?
Explain what is the difference between functions getch() and getche()?