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
What is equivalent to ++i+++j?
What are the advantages of using linked list for tree construction?
What are the types of unary operators?
Explain the difference between ++u and u++?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Explain enumerated types in c language?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
How was c created?
What is wrong with this initialization?
Explain what is #line used for?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
List the difference between a "copy constructor" and a "assignment operator"?
Why is c called "mother" language?
Explain Function Pointer?
What are nested functions in c?