what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / vignesh1988i
garbage ascii value corresponding to the characterr present
in the memory location ch;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What Is The Difference Between Null And Void Pointer?
What is an example of structure?
Differentiate between calloc and malloc.
How can I list all of the predefined identifiers?
Why calloc is better than malloc?
How can you find the exact size of a data type in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What the advantages of using Unions?
What math functions are available for integers? For floating point?
When should a type cast not be used?
code for find determinent of amatrix
What are the types of functions in c?
Is using exit() the same as using return?
What are the 4 types of organizational structures?
What do header files do?