what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / muthu
Garbage value....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an example of structure?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Explain how do you convert strings to numbers in c?
What are global variables and explain how do you declare them?
Why do we use c for the speed of light?
What does it mean when the linker says that _end is undefined?
What are header files and what are its uses in C programming?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is infinite loop?
What is static and volatile in c?
What is the difference between memcpy and memmove?
Wt are the Buses in C Language
What does c value mean?
Why we not create function inside function.
Explain what is the purpose of "extern" keyword in a function declaration?