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
What does node * mean?
What is a structure member in c?
What is fflush() function?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Is it cc or c in a letter?
What is structure padding in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
How is a macro different from a function?
what are the facialities provided by you after the selection of the student.
Why static variable is used in c?
Explain what are the advantages and disadvantages of a heap?
Where can I get an ansi-compatible lint?
What is a char c?
How can you convert integers to binary or hexadecimal?
What is the hardest programming language?