char ch=10;printf("%d",ch);what is the output
Answer Posted / jj
answer is 49,a character constant can be one character
so ch=10----> here 1 is taken as character,in print
statement it is conv to ascii
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
write a program for the normal snake games find in most of the mobiles.
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Explain what is a const pointer?
What is the general form of function in c?
Do you know the difference between exit() and _exit() function in c?
Differentiate abs() function from fabs() function.
What is the best organizational structure?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What the different types of arrays in c?
How do I read the arrow keys? What about function keys?
What do you mean by a local block?
What oops means?
What extern c means?
What is include directive in c?
how to find binary of number?