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
What is use of null pointer in c?
Explain null pointer.
Is it better to use a macro or a function?
What does %p mean c?
What is a example of a variable?
Why does everyone say not to use scanf? What should I use instead?
When should the volatile modifier be used?
What is a pointer variable in c language?
What are Macros? What are its advantages and disadvantages?
What is the use of putchar function?
What is string concatenation in c?
How do you determine whether to use a stream function or a low-level function?
What is difference between class and structure?
How do you print only part of a string?
Is c# a good language?