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
Why is c faster?
Why c language?
What are local variables c?
What is a string?
Explain how do you determine whether to use a stream function or a low-level function?
What does main () mean in c?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Write a program on swapping (100, 50)
What are keywords in c with examples?
Are there constructors in c?
Can you pass an entire structure to functions?
Explain what is the difference between #include and #include 'file' ?
Why clrscr is used in c?
In C language what is a 'dangling pointer'?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......