Program to create multidimensional arrays in c


Question 1) Answer the following questions.

(a) What are data type qualifiers?

(b) Write down the difference between structure and union?

(c) What are preprocessor statements?

(d) Can modulus operator be applied to float variables?

(e) What is the importance of main () in C language?

(f) What do you understand by structured programming approach?

(g) What is the use of size of operator?

(h) Distinguish between array of pointers and pointer to an array.

(i) What are escape sequences?

Question 2) What are various data types of available in C? Describe each one of them.

Question 3)(a) Distinguish between while and do – while loop with an example of each.

b) Write a program to add first n terms of the series:

1/1! + 2/2! + 3/3! +4/4! + .......+ n/n!

Question 4) Describe file handling. Write a program to create the file and display its contents.

Question 5) What is a storage class? Describe in detail the differences between all storage classes with appropriate examples.

Question 6) How do you create multidimensional arrays in C? Write a program to multiply two matrices and print the result.

Question 7) Distinguish between a structure and a union. Describe in detail using appropriate example program for each.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Program to create multidimensional arrays in c
Reference No:- TGS08282

Expected delivery within 24 Hours