what is the difference between %d and %*d in c languaga?
Answer Posted / anand
both are same only and give the same out put
| Is This Answer Correct ? | 4 Yes | 18 No |
Post New Answer View All Answers
How can I make sure that my program is the only one accessing a file?
Write a program to know whether the input number is an armstrong number.
How many types of functions are there in c?
How can I change the size of the dynamically allocated array?
In a byte, what is the maximum decimal number that you can accommodate?
Write a program that accept anumber in words
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Differentiate between new and malloc(), delete and free() ?
Explain how do you print an address?
Can a function argument have default value?
What is a structure member in c?
What are the modifiers available in c programming language?
Can you think of a logic behind the game minesweeper.
What was noalias and what ever happened to it?