what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / maruti
answer is some garbage value.
like in my case -53
becaus ch is not beeen initialized.
plz try n execute the programs before posting ur answers
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate between functions getch() and getche().
What are multidimensional arrays?
Tell me is null always defined as 0(zero)?
How do you print an address?
Why n++ execute faster than n+1 ?
What does c mean before a date?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is #include conio h?
Which type of language is c?
What are the application of void data type in c?
How is null defined in c?
Why & is used in c?
Can you write the algorithm for Queue?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What is the use of clrscr?