Answer Posted / meruva
%d means it prints only given value,
and %*d means it prints garbage value.
for eg: //it prints i value is=10
int i=10;
printf("i value is=%d",i);
//it prints garbage value
int i=10;
printf("i value is=%*d",i);
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explain what is the difference between far and near ?
What is difference between class and structure?
What is the most efficient way to count the number of bits which are set in an integer?
What is call by reference in functions?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What are terms in math?
What are c identifiers?
What is difference between main and void main?
What is static memory allocation? Explain
Explain the properties of union. What is the size of a union variable
in iso what are the common technological language?
What is difference between structure and union?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Did c have any year 2000 problems?
What does static variable mean in c?