Write a C Program to calculate the Average of an array elements where the elements are received as
input.
Write a C program to input number from user and check number is palindrome or not using while loop.
Write a C program to input a number from user and print multiplication table of the given number using for loop.
Write a C program to perform addition, subtraction, multiplication and division of two integer numbers, respectively 2 and 6 and show the result on the screen.
Write a C program to print your name, date of birth, mobile numbers and university’s name on separate line.
Submit a Report "the impact of improving debugging skill on programming ability"
What is an array of pointers? Is it possible to have negative index in an array? Why is it necessary to give the size of an array in an array declaration?
What is a data type? Differentiate between array and pointer. Write a program to interchange
2 variables without using the third one.
What is a token? Differentiate between a for loop and a while loop? What are it uses?
What do you mean by Program? Briefly describe the basic structure of C programs.