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

What is structure pointer in c?

0 Answers  


Why can’t we compare structures?

0 Answers  


Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

0 Answers   Oracle,


When can a far pointer be used?

0 Answers  






Write a program which has the following seven functions. The functions should be: • main() this calls the other 6 functions • fget_long() a function which returns a long data type from a file • fget_short() a function which returns a short integer variable from a file • fget_float() a function which returns a floating point variable from a file • fprt_long() a function which prints its single, long argument into a file • fprt_short() a function which prints its single, short argument into a file • fprt_float() a function which prints its single, floating point argument into a file. You should use fscanf() to get the values of the variables from the input (the file) and fprintf() to print the values to the other file. Pay attention to using the correct format for each of the data types.

0 Answers  


How can I remove the leading spaces from a string?

0 Answers  


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,


int far *near * p; means

0 Answers   Honeywell,


What is putchar() function?

0 Answers  


What is main function in c?

0 Answers  


How reliable are floating-point comparisons?

0 Answers  


Categories