Assignment II - Advanced 'C'


Assignment II

     1.Write a program to compute  sum and average of all elements in an array using pointer.

















Comments

Popular posts from this blog

Write a program to allocate memory dynamically for n integers. Accept the elements and calculate their sum and average

Program to accept and display details of 5 students (roll no, name, percentage) using structure