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

Why can’t constant values be used to define an array’s initial size?

0 Answers  


How does normalization of huge pointer works?

0 Answers  


How to add two numbers without using arithmetic operators?

18 Answers   College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,


plz answer..... a program that reads non-negative integer and computes and prints its factorial

2 Answers  


how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...

1 Answers   Infosys,






What is the scope of static variables in c language?

0 Answers  


Define C in your own Language.

0 Answers   Motorola,


what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }

1 Answers   Google,


What are the characteristics of arrays in c?

0 Answers  


how to create c progarm without void main()?

1 Answers   NIIT,


What are comments and how do you insert it in a C program?

0 Answers  


What is the scope of static variables?

1 Answers  


Categories