what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / mishra
it will give garbage value as output
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is swift based on c?
What is the equivalent code of the following statement in WHILE LOOP format?
How does struct work in c?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
how to construct a simulator keeping the logical boolean gates in c
What is hash table in c?
How can I change their mode to binary?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What are the different types of control structures in programming?
What is the use of header files?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Can we use visual studio for c?
What the different types of arrays in c?
How many types of arrays are there in c?
Can we use any name in place of argv and argc as command line arguments?