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
What is the size of a union variable?
What is the purpose of the statement: strcat (S2, S1)?
what type of questions arrive in interview over c programming?
Can you apply link and association interchangeably?
What are keywords c?
What are lookup tables in c?
What does it mean when the linker says that _end is undefined?
Explain the concept and use of type void.
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
How is a macro different from a function?
Explain two-dimensional array.
Are pointers really faster than arrays?
Why c is called procedure oriented language?
What is the difference between near, far and huge pointers?
number of times a digit is present in a number