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
Explain what is the use of a semicolon (;) at the end of every program statement?
Does c have enums?
What is the difference between memcpy and memmove?
What is #define used for in c?
What does int main () mean?
Differentiate between Macro and ordinary definition.
What is typeof in c?
What are the different types of control structures?
What is anagram in c?
Explain the concept and use of type void.
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is return type in c?
a program that can input number of records and can view it again the record
What is the difference between new and malloc functions?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?