what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / thirupathi reddy
it doesn't give error
it depends up on compiler u use. but gives some value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does d mean?
What is the heap in c?
Explain the difference between malloc() and calloc() in c?
Explain the difference between null pointer and void pointer.
please give me some tips for the placement in the TCS.
What is actual argument?
what is the diffrenet bettwen HTTP and internet protocol
What are the advantages of using new operator as compared to the function malloc ()?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
how do you execute a c program in unix.
What are formal parameters?
What do you mean by a sequential access file?
What is a pointer value and address in c?
Compare array data type to pointer data type
What is operator precedence?