what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / vikram
output will be any garbage value since ch is not assigned
any value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Distinguish between actual and formal arguments.
What is meant by type specifiers?
largest Of three Number using without if condition?
What is difference between arrays and pointers?
Differentiate Source Codes from Object Codes
How do you list a file’s date and time?
How do you do dynamic memory allocation in C applications?
Explain how can I make sure that my program is the only one accessing a file?
Can a pointer be static?
Why c is called top down?
What is header file definition?
What is string in c language?
Is fortran still used in 2018?
When would you use a pointer to a function?
What are the two forms of #include directive?