Semester : SEMESTER 1
Subject : Problem Solving and Computer Programming
Year : 2018
Term : JULY
Branch : MCA
Scheme : 2016 Full Time
Course Code : RLMCA 101
Page:2
10
11
12
13
14
15
16
17
18
19
20
What do you mean by structured programming? Explain the principles of (6) structured
programming.
Module II
a) Describe with example the use of conditional operator in C. (3) b) How the following
C statements are interpreted?( where ‘a’ is string, “015 an (3) integer variable and ‘c’ is
a float variable).
scanf(“ %s %*d %f”, a, &b, ಹಿಂ); 5೦೩೧"
[ப], a);
scanf(“ 900 m %f”, ക, ಹಂ);
OR
Write a C program to accept a string and display it in the reverse order without (6) using
strrev function. Also print the sum of ASCII values of the characters in the string?
Module III
a) Write a user defined function in C to find the average of the numbers stored in an
(4) array?
b) What is the purpose of the return statement? Can a function return multiple (2)
values?
OR
What do you mean by recursion? Write a recursive function to generate the prime
(6) numbers less than 10.
Module IV
Write a C program 10 replace a substring with another string ina given line of (6)
text.
OR
Create a structure to store roll no, name and array of marks in 3 subjects for 10 (6)
students. Write a C program to display the details of the students who secured more than
80% of marks.
Module V
a) Write a program using pointers to count the number of words and number of (4)
characters in a line of text.
b) Distinguish between array of pointers and pointer to an array? (2) OR
Write a program using array of pointers to find the difference of the (6)
corresponding elements of two tables of integers.
Module VI
What do you mean by bitwise operations? Describe the logical bitwise operators. (6)
What is the purpose of each?
OR
Write a program to remove all the comments from ೩ C program file. (6)
ಸಸ್ಯ KK
Page 2 of 2