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
Is r written in c?
What are the main characteristics of c language describe the structure of ac program?
What is the basic structure of c?
Define the scope of static variables.
Is it better to use a macro or a function?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What are different types of pointers?
Explain the use of bit fieild.
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Differentiate between declaring a variable and defining a variable?
Explain how can I make sure that my program is the only one accessing a file?
What is unsigned int in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What are the different types of constants?
Explain how do you determine a file’s attributes?