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
What is structure in c definition?
Write a program to show the change in position of a cursor using c
What is c language & why it is used?
What are the types of bitwise operator?
How can you convert integers to binary or hexadecimal?
Write a program to know whether the input number is an armstrong number.
What is the correct code to have following output in c using nested for loop?
How can I read and write comma-delimited text?
Is null a keyword in c?
hi, which software companys will take,if d candidate's % is jst 55%?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Differentiate between functions getch() and getche().
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
The difference between printf and fprintf is ?