Answer Posted / ram
%d prints the given value,
%*d... used to print the mentioned length of given value
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is const volatile variable in c?
Compare interpreters and compilers.
Is javascript written in c?
What is static identifier?
Why is c called c not d or e?
Tell me when would you use a pointer to a function?
What does the error message "DGROUP exceeds 64K" mean?
What is void c?
What are header files in c?
Write a program to find factorial of a number using recursive function.
What the different types of arrays in c?
Why is struct padding needed?
Explain how can I manipulate strings of multibyte characters?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result