Answer Posted / prady
To provide accuracy for calculations.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the loops in c?
What is ctrl c called?
What does c mean in standard form?
In c programming language, how many parameters can be passed to a function ?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is static memory allocation? Explain
Can you please explain the scope of static variables?
How can I implement sets or arrays of bits?
Write a code to generate a series where the next element is the sum of last k terms.
How can you check to see whether a symbol is defined?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is indirection? How many levels of pointers can you have?
Write a program to know whether the input number is an armstrong number.
What is the purpose of sprintf?
Write a program for finding factorial of a number.