what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / shruti
it will print the ascii value of the characters..
or some garbage values..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does %d do in c?
Explain what is the difference between null and nul?
Why header files are used?
How can I write a function analogous to scanf?
What are valid signatures for the Main function?
What is a stream?
What is the modulus operator?
What would be an example of a structure analogous to structure c?
Explain how do you declare an array that will hold more than 64kb of data?
What is the purpose of macro in C language?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is the function of this pointer?
develop algorithms to add polynomials (i) in one variable
What are structure members?
What do you mean by scope of a variable in c?