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
Can a program have two main functions?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is the difference between int main and void main?
Explain how are portions of a program disabled in demo versions?
Explain what does a function declared as pascal do differently?
Can a local variable be volatile in c?
What is the maximum length of an identifier?
please give me some tips for the placement in the TCS.
What is a node in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
How can I automatically locate a programs configuration files in the same directory as the executable?
Tell us bitwise shift operators?
What is optimization in c?
Is null a keyword in c?
Explain how do you search data in a data file using random access method?