Why do we need multidimensional array? How array is passed in function? Write a program to sort the given array in descending order.
Describe the features of structured programming. Write a program to create a structure named "Movie" with data member movie_name, genre and released_year. Create a function to take input of 10 movies and print those movies which are released in 2020 in different function.
Differentiate between printf() and fprint(). Write a program to check whether the entered number is prime or not.
Attempt any Eight questions
[8x5=40]What are the basic data types associated with C? Explain.
Write a program to reverse the given integer using recursion.
Illustrate the use of switch statement with example.
Write a program to find the transpose of a matrix.
List any two graphics functions with example.
Write a program to find the sum of elements in the array.
Define dynamic memory allocation. Describe about chain of pointers.
Write a program to generate the multiplication table of given integer.
Why do we need control statement? Describe with suitable example.