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
What are the 5 elements of structure?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is wrong with this code?
What is the difference between single charater constant and string constant?
provide an example of the Group by clause, when would you use this clause
can we implement multi-threads in c.
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Explain how does flowchart help in writing a program?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is difference between far and near pointers?
What is the explanation for modular programming?
How do I copy files?
How many bytes is a struct in c?
Here is a neat trick for checking whether two strings are equal
What is size of union in c?