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
If errno contains a nonzero number, is there an error?
Can the size of an array be declared at runtime?
How can I find out if there are characters available for reading?
Why do we use pointer to pointer in c?
What are control structures? What are the different types?
Is c high or low level?
What is a macro in c preprocessor?
find out largest elemant of diagonalmatrix
What is a stream in c programming?
What is the role of && operator in a program code?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is structure padding and packing in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is the full form of getch?
What header files do I need in order to define the standard library functions I use?