Latest C Aptitude Question SOLUTION: Q. What is the difference between %d and %*d in c language? A. %d give the original value of the variable and %*d give the address of the variable. eg:-int a=10,b=20; printf("%d%d