Answer any THREE questions.
20. Discuss on various operators in C language with
Examples.
21. Write a C program to print matrix multiplication.
22. Explain :
(a) Structures concepts
(b) Recursion.
23. Write a C program to open and close a file using
File operation.
24. Briefly explain ;
(a) Local variables concepts
(b) Write a ‘C’ program to swap values
20. Discuss briefly various Data types in C language.
21. What are the Input and output statements with
Examples?
22. Explain the following :
External, Static, Register variables
23. Explain the following :
(a) UNIONS
(b) User defined data types.
24. Explain Pointer Operation with examples
20. Discuss the various Constants in C.
21. Write a syntax of Nested…if…else with suitable
Examples.
22. Explain the procedure for declaring and defining a
Function with examples.
23. Write a C Program to check whether the given
String is palindrome or not.
24. Write a C Program to exchange the contents of two Variables using pointers.
20. Explain about different types of expressions in C
With suitable examples.
21. Explain the usage of any Five mathematical
Library functions in C with examples.
22. What is recursion? Write a C program to find the
Factorial value of an Integer using recursion.
23. Write a C program to sort the given set of n
Numbers in Ascending Order.
24. Write a note on :
(a) Operations in Pointers
(b) File Handling functions in C
20. Discuss about different data types in C.
21. Explain for Loop statement with their features.
22. Write a short note on pointers and Arrays.
23. Explain in detail about self referential structure.
24. Write a C program to display the grade of ten
Students with their register number using file.
20. Explain the various library functions in C.
21. Describe the loop control statements in C with
Examples.
22. What is function? How functions are defined in C?
Illustrate.
23. Write a C program to sort the given set of n
Numbers.
24. Explain the following with examples:
(a) Call by value
(b) Call by reference.
20. Discuss the various data types in C.
21. Write a C Program to display the first 10 fibonaccin
Numbers.
22. Describe the different categories of user defined Functions.
23. Write a C Program to perform 3 × 3 Matrix
Addition.
24. Explain about Pointer and Arrays.