Important Questions [19]
- Write a Program to Multiply Two Matrices After Checking Compatibility.
- Write a Program to Calculate Summation of Series 1/1! + 2/2! + 3/3! +….+ N/N!
- How to Create Array of Structure Variable and Assign Values to Its Members?
- Define Pointer and Its Use. Explain Array of Pointer with Example. Write Program to Swap the Values by Using Call by Reference Concept.
- Write a Program to Create Two Integer of Size 8 and 7. Initialize the Arrays with Random Values. Sort the Arrays in Ascending Order with the Help of User Defined Function Namely “Sort Array”.
- Write a C Program to (10 M) I. Create a 2d Array [Matrix] [In Main Function] Ii. Write a Function to Read 2d Array[Matrix] Iii. Write a Function that Will Return True
- Write a Program to Sort Given Array in Ascending Order.
- Comment on Dynamic Memory Allocation. Write a Program to Read and Store N Integers in a Array, Where Value of N is Defined by User. Find Minimum and Maximum Members from the Array.
- State True Or False with Reason.There is No Difference Between ‘\0’ and ‘0’.
- Write User Defined Function to Implement String Concatenation.
- State True Or False with Reason.Scanf() Function is Used to Input String Having Multiple Words.
- Implement String Copy Function Strcopy (Str1,Str2) that Copies a String Str1 (Source) to Another String Str2 (Destination) Without Using Library Function.
- Write a Program to Calculate Number of Vowels (A, E, I, O, U) Separately in the Entered String.
- Explain Any 4 Functions from String.H Header File with Suitable Examples.
- Differentiate Between Struct and Union. When is Union Preferred Over Struct? Give on Example of Each.
- What Are Structures? Comment on Nested Structures. Write a Program to Read Title, Author and Price of 10 Books Using Array of Structures. Display the Records in Ascending Order of Price.
- Define Union. Compare Structure and Union.
- Differentiate Between Structure and Union.
- State True Or False with Reason.In a Union, Space is Allocated to Every Member Individually.
