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
Are the expressions * ptr ++ and ++ * ptr same?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
explain what is fifo?
Explain union.
Explain output of printf("Hello World"-'A'+'B'); ?
Can true be a variable name in c?
What is c value paradox explain?
Why enum is used in c?
What is the general form of function in c?
Write a program to swap two numbers without using third variable?
What is header file in c?
What is binary tree in c?
What is the difference between c and python?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What do you mean by recursion in c?