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 is the use of parallelize in spark?
What does #pragma once mean?
What is character constants?
What is enumerated data type in c?
Sir i need notes for structure,functions,pointers in c language can you help me please
List a few unconditional control statement in c.
Explain how can I right-justify a string?
What are the features of c language?
What is data type long in c?
What are the different file extensions involved when programming in C?
What is pass by reference in c?
What does double pointer mean in c?
Is c still relevant?
What is the difference between call by value and call by reference in c?
If I have a char * variable pointing to the name of a function ..