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 the code for getting the output as * ** ***

5 Answers   Caritor,


Explain spaghetti programming?

0 Answers  


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  


How many header files are in c?

0 Answers  


What are identifiers c?

0 Answers  






What is array within structure?

0 Answers  


What are the standard predefined macros?

0 Answers  


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


1 232 34543 4567654 can anyone tell me how to slove this c question

6 Answers  


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


how to impliment 2 or more stacks in a single dimensional array ?

1 Answers   iFlex, Microsoft,


What is the difference between %d and %i?

0 Answers  


Categories