what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / uttama
garbage value will be given
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is a class c rental property?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
hi any body pls give me company name interview conduct "c" language only
Differentiate between full, complete & perfect binary trees.
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is wild pointer in c?
How are 16- and 32-bit numbers stored?
What is a function in c?
Is there sort function in c?
How can you check to see whether a symbol is defined?
What are the differences between new and malloc in C?
What is the right type to use for boolean values in c?
What does %p mean?
Why we use void main in c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?