what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / raj
It Will print garbage value i.e.
-113
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to create struct variables?
What is uint8 in c?
What is wrong in this statement? scanf(ā%dā,whatnumber);
how to introdu5ce my self in serco
What does != Mean in c?
Why is c called a mid-level programming language?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
How can you increase the size of a dynamically allocated array?
What are the different properties of variable number of arguments?
How many parameters should a function have?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What are global variables and how do you declare them?
What is the best style for code layout in c?
How many keywords (reserve words) are in c?
What is unary operator?