char ch=10;printf("%d",ch);what is the output
Answer Posted / shruti
@Devvvv
every character has an ascii value..
it is not that only 0 - 9 has ascii values.. even 10 , 20
has ascii values.
each and every value has an ascii value..
comming back to the ques:
i think it will give the ascii value of 10...
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What are linked lists in c?
How can I write a function analogous to scanf?
write a program to find the given number is prime or not
Can you mix old-style and new-style function syntax?
Why is c called "mother" language?
What are the salient features of c languages?
How do you view the path?
How can I trap or ignore keyboard interrupts like control-c?
What is bubble sort in c?
How can I get back to the interactive keyboard if stdin is redirected?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Explain do array subscripts always start with zero?
What is null in c?
What is #line?
How pointers are declared?