what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / ranjani
it will give a warning " that a is assigned a value that is
never used"......
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can you write a programmer for FACTORIAL using recursion?
Is main an identifier in c?
Is there a way to jump out of a function or functions?
Explain modulus operator.
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
How to Throw some light on the splay trees?
There seem to be a few missing operators ..
Explain the use of bit fieild.
How does sizeof know array size?
What is the difference between āgā and āgā in C?
What is the use of pointers in C?
Explain goto?
Explain what is the stack?
Tell me can the size of an array be declared at runtime?
What is difference between structure and union with example?