char ch=10;printf("%d",ch);what is the output
Answer Posted / rogerthatrambo
although i know the answer:
what should be output of this:
do it without running.
int main()
{
char ch='48';
printf("%d %c",ch,ch);
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does void main () mean?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is bubble sort technique in c?
What is the acronym for ansi?
How many data structures are there in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
Should a function contain a return statement if it does not return a value?
Can a program have two main functions?
How important is structure in life?
in iso what are the common technological language?
What is character set?
What is clrscr in c?
shorting algorithmS
Do you know pointer in c?
When should a type cast not be used?