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
How can I find the modification date and time of a file?
Explain the difference between ++u and u++?
Is there a built-in function in C that can be used for sorting data?
what do the 'c' and 'v' in argc and argv stand for?
Write a c program to demonstrate character and string constants?
What are types of structure?
what do you mean by enumeration constant?
What does malloc () calloc () realloc () free () do?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
When should you not use a type cast?
Why c is called free form language?
What are header files why are they important?
What is local and global variable in c?
Explain how do you print an address?
using for loop sum 2 number of any 4 digit number in c language