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 is the difference between malloc() and calloc() function in c language?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is the use of getchar() function?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Write a program for Overriding.
difference between Low, Middle, High Level languages in c ?
What is the use of function in c?
Define Array of pointers.
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is the use of f in c?
What are Macros? What are its advantages and disadvantages?
Difference between linking and loading?
What is the scope of static variable in c?
Can I initialize unions?
What are local variables c?