what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / akhila
result is 0.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how can I pad a string to a known length?
Why calloc is better than malloc?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Explain bit masking in c?
Differentiate between declaring a variable and defining a variable?
Explain is it valid to address one element beyond the end of an array?
List some basic data types in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Write a program to print numbers from 1 to 100 without using loop in c?
How can you find out how much memory is available?
How are strings stored in c?
int far *near * p; means
How will you divide two numbers in a MACRO?
Wt are the Buses in C Language
What is far pointer in c?