C program to read the integer and calculate sum and average using single
dimensional array


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is printf

5 Answers   MVSR, Satyam,


What are the advantages of external class?

0 Answers  


Why calloc is better than malloc?

0 Answers  


Why do we use c for the speed of light?

0 Answers  


List the difference between a While & Do While loops?

0 Answers   Accenture,






IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.

5 Answers   TCS,


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

0 Answers  


What are the 5 data types?

0 Answers  


Write a program on swapping (100, 50)

0 Answers   BPL,


Explain what is the heap?

0 Answers  


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


What does c mean before a date?

0 Answers  


Categories