char ch=10;printf("%d",ch);what is the output
Answer Posted / devvv
this program is gonna give output 10.coz ascii values are
assigned to only 0....9.when we execute printf("%
c",ch);.........the output screen will be blank.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is c preprocessor mean?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What are the 32 keywords in c?
What do you mean by dynamic memory allocation in c? What functions are used?
What is the best style for code layout in c?
Explain what is wrong with this program statement?
Why use int main instead of void main?
to find the closest pair
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
How do shell structures work?
Why is it important to memset a variable, immediately after allocating memory to it ?
can any one tel me wt is the question pattern for NIC exam
Do you know the use of fflush() function?
What are the header files used in c language?
What are linked lists in c?