what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / manjot singh
It will gve a garbage value becoz ch has not value it will
automtically generate value by complier
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How is null defined in c?
What is #ifdef ? What is its application?
What are data structures in c and how to use them?
I have seen function declarations that look like this
how to construct a simulator keeping the logical boolean gates in c
Differentiate abs() function from fabs() function.
What is a char in c?
Explain how can you check to see whether a symbol is defined?
What is malloc calloc and realloc in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is an lvalue in c?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Is c is a middle level language?
Why is c so powerful?