what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / sadasiva
It gives compilation warning but not Error.
While running ,gives Run time check error and prints some
garbage value.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is break in c?
Can static variables be declared in a header file?
Explain how can you determine the size of an allocated portion of memory?
What functions are used in dynamic memory allocation in c?
What is difference between arrays and pointers?
praagnovation
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
When is a null pointer used?
How can I convert a number to a string?
Is void a keyword in c?
Explain what are header files and explain what are its uses in c programming?
What are operators in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is equivalent to ++i+++j?
Can an array be an Ivalue?