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 are identifiers in c?
Explain the Difference between the New and Malloc keyword.
What are derived data types in c?
Is it possible to pass an entire structure to functions?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is header file in c?
Do pointers take up memory?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
How can you increase the allowable number of simultaneously open files?
Can we declare function inside main?
can anyone suggest some site name..where i can get some good data structure puzzles???
What are categories used for in c?
Tell us bitwise shift operators?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above