DSA III Sem Mod 1 Imp Questions For IA@Vtunetwork
DSA III Sem Mod 1 Imp Questions For IA@Vtunetwork
QUESTION BANK
MODULE - 1: INTRODUCTION
23.
24. What is the difference between int *a and int a[5] and int *[5]?
25. Write a program in C to read a sparse matrix of integer values and search this matrix for
an element specified by the user.
26. What are i) String ii) Length of string iii) Null String iv) Concatenation of string v)
Substring
27. Show how strings are stored with a block diagrams.
28. How the various programming languages handles character data type in different ways.
29. Explain the string operations in detail.
30. Write any two pattern matching algorithms and explain with examples.