Answer Posted / vineet saurabh
In Dennnis Ritchie's "The C Programming Language 2nd ed" PN-244
h is a length modifier.
..... 'h' indicates that the corresponding argument is to be printed as ashort or unsigned short
Dont use 'H' instead.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Whats s or c mean?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is the difference between class and object in c?
What are multibyte characters?
Explain how can a program be made to print the name of a source file where an error occurs?
Is c still relevant?
Why array is used in c?
Is it possible to initialize a variable at the time it was declared?
How to implement a packet in C
using for loop sum 2 number of any 4 digit number in c language
Process by which one bit pattern in to another by bit wise operation is?
How does free() know explain how much memory to release?
application attempts to perform an operation?
What is sizeof int in c?
How many types of arrays are there in c?