what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / sree
output is garbage value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is switch in c?
Can a variable be both const and volatile?
how to create duplicate link list using C???
What are the difference between a free-standing and a hosted environment?
What functions are used in dynamic memory allocation in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
The difference between printf and fprintf is ?
What is define directive?
Who invented bcpl language?
What is actual argument?
What does & mean in scanf?
How can I find out how much free space is available on disk?
code for find determinent of amatrix
How do shell structures work?
What is the role of this pointer?