what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / bharath s
The answer is Garbage value...
The answer willbe lik -113...Depending upon the compailer
If we declare as..
static char ch;
Then Answer is 0.....
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
Differentiate between a for loop and a while loop? What are it uses?
Why we use stdio h in c?
What is difference between function overloading and operator overloading?
What is the purpose of sprintf?
Why does the call char scanf work?
What is graph in c?
Are the outer parentheses in return statements really optional?
find out largest elemant of diagonalmatrix
Explain high-order and low-order bytes.
What are the advantages and disadvantages of a heap?
What are void pointers in c?
What is a static function in c?
What is external variable in c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Why is c called "mother" language?