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

Post New Answer

More C Interview Questions

Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001

2 Answers  


what are the difference between ANSI C and Let Us c and Turbo C

4 Answers   LG Soft,


What does sizeof function do?

0 Answers  


What is data structure in c and its types?

0 Answers  


Is c dynamically typed?

0 Answers  


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

0 Answers  


Describe the difference between = and == symbols in c programming?

0 Answers  


How to write the code of the program to swap two numbers with in one statement?

2 Answers  


What is pointer & why it is used?

0 Answers  


I have a varargs function which accepts a float parameter?

0 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


Categories