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

Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

0 Answers  


Explain what is the difference between a string and an array?

0 Answers  


whether itis a structured language?

1 Answers   Microsoft,


There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?

5 Answers   Microsoft, TCS,


write a program to count the no of repaeted words in a line?

1 Answers  






What are the preprocessor categories?

0 Answers  


What is methods in c?

0 Answers  


What does *p++ do? What does it point to?

0 Answers  


Explain what is the difference between null and nul?

0 Answers  


Explain what’s a signal? Explain what do I use signals for?

0 Answers  


how could explain about job profile

0 Answers  


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


Categories