what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / ruth
it will print 64
| Is This Answer Correct ? | 0 Yes | 13 No |
Post New Answer View All Answers
Explain how are 16- and 32-bit numbers stored?
What is the purpose of void pointer?
What does *p++ do?
Where in memory are my variables stored?
what is event driven software and what is procedural driven software?
How can you restore a redirected standard stream?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is a string?
What is the hardest programming language?
How do you view the path?
Why can't I perform arithmetic on a void* pointer?
Do string constants represent numerical values?
How does sizeof know array size?
In c programming language, how many parameters can be passed to a function ?
What are the 5 types of organizational structures?