write a c program to find the sum of five entered numbers
using an array named number
No Answer is Posted For this Question
Be the First to Post Answer
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is the collection of communication lines and routers called?
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
What is a static function in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What are header files in c programming?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Why is c so important?
What is union and structure in c?
What is alloca() and why is its use discouraged?
Distinguish between actual and formal arguments.
How can I get back to the interactive keyboard if stdin is redirected?