what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / raghu
I think it prints some garbage value. if ch was initialised
then it would have printed the ASCII value of that charecter
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Differentiate between #include<...> and #include '...'
how to count no of words,characters,lines in a paragraph.
What is #pragma statements?
What is define c?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is bubble sort in c?
how to construct a simulator keeping the logical boolean gates in c
What is double pointer?
How reliable are floating-point comparisons?
Why we use conio h in c?
What is the heap?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Write a program to print factorial of given number without using recursion?
Is c high or low level?