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
What is sorting in c plus plus?
How can I sort a linked list?
Explain what is the benefit of using enum to declare a constant?
What is #include conio h?
how could explain about job profile
how to execute a program using if else condition and the output should enter number and the number is odd only...
Is boolean a datatype in c?
how to find anagram without using string functions using only loops in c programming
What are near, far and huge pointers?
What is void main () in c?
What is the data segment that is followed by c?
Is fortran faster than c?
Explain how can I avoid the abort, retry, fail messages?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Tell me when is a void pointer used?