what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / thirupathi reddy
it doesn't give error
it depends up on compiler u use. but gives some value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the significance of static storage class specifier?
What is volatile, register definition in C
The __________ attribute is used to announce variables based on definitions of columns in a table?
What do you mean by keywords in c?
What are the types of variables in c?
What does sizeof function do?
What is the difference between far and near ?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is the use of bitwise operator?
Explain what does it mean when a pointer is used in an if statement?
List a few unconditional control statement in c.
How does #define work?
Explain the use of bit fieild.
What is uint8 in c?
What is the benefit of using const for declaring constants?