Answer Posted / allen
I had the same question, and after some research, i found
that it is a type modifier. for example
%d -> int
%hd -> short int
%ld -> long int
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What does the function toupper() do?
If I have a char * variable pointing to the name of a function ..
Define and explain about ! Operator?
What is data structure in c programming?
Explain how can you be sure that a program follows the ansi c standard?
What is a good data structure to use for storing lines of text?
How is a macro different from a function?
Lists the benefits of c programming language?
What is a header file?
what are enumerations in C
Explain how can I read and write comma-delimited text?
program for reversing a selected line word by word when multiple lines are given without using strrev
Write a program to swap two numbers without using the third variable?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Can we compile a program without main() function?