Question Bank - PPS
Question Bank - PPS
Subject Name: Programming for Problem Solving Code: 002304101 SEM: 1st
Question Bank
AVANI.H.PARMAR 1 DEPARTMENT
VIDHYADEEP UNIVERSITY
b) 0
c) 50
d) None of them
21. Write a program to print following pattern
****
***
**
*
22. Write a program to display transpose of given 3*3 matrixes.
23. What is an array? Explain one dimensional and two Dimensional array declarations
and initialization with suitable example.
24. Demonstrate declaration and initialization of two dimensional array with suitable
example.
25. Explain following string manipulation function.
strcat ( ), strcpy( ) ,strcmp( ) and strlen().
26. What do you mean by recursive function? What care must be taken while writing a
program with recursive function?
27. Explain any four inbuilt string functions.
AVANI.H.PARMAR 2 DEPARTMENT