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
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What does int main () mean?
Where in memory are my variables stored?
What is the purpose of 'register' keyword?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is extern keyword in c?
List a few unconditional control statement in c.
How do you determine a file’s attributes?
What does malloc () calloc () realloc () free () do?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Are the variables argc and argv are always local to main?
What are terms in math?
What is #line?
What is volatile variable how do you declare it?
Is it possible to pass an entire structure to functions?