what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / viji
it will give some garbage value.........
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When should a type cast be used?
Can you please explain the difference between strcpy() and memcpy() function?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
How do I use void main?
Why do we write return 0 in c?
Explain continue keyword in c
Why c language is called c?
What are the types of data files?
How can you find the day of the week given the date?
How many loops are there in c?
What is pragma in c?
using only #include
what do you mean by inline function in C?
What is quick sort in c?
What is the argument of a function in c?