what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / reddy
ans ch=0
if we print a it wil be 10
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
Dont ansi function prototypes render lint obsolete?
What are keywords in c with examples?
Differentiate between the expression “++a” and “a++”?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Explain what is wrong with this program statement? Void = 10;
Why is a semicolon (;) put at the end of every program statement?
develop algorithms to add polynomials (i) in one variable
Does sprintf put null character?
provide an example of the Group by clause, when would you use this clause
Write a code to remove duplicates in a string.
Can the “if” function be used in comparing strings?
Is it possible to have a function as a parameter in another function?
How can I manipulate strings of multibyte characters?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Explain why can’t constant values be used to define an array’s initial size?