Fundamental of Programming - 24-10-2018
Fundamental of Programming - 24-10-2018
PARUL UNIVERSITY
FACULTY OF IT & COMPUTER SCIENCE
BCA/IMCAWinter2018–19 Examination
Semester: 01 Date: 24/10/2018
Subject Code: 05101102 Time:10:30 am to 01:00 pm
Subject Name: Fundamentals of Programming Total Marks: 60
Instructions:
1. All questions are compulsory.
2. Figures to the right indicate full marks.
3. Make suitable assumptions wherever necessary.
4. Start new question on new page.
A) Homogeneous B) Similar
C) (A) and (B) both D) None of this
10. What is the index number of the last element of an array with 29 elements?
A) 29 B) 28
C) 0 D) Programmer-defined
*
**
***
****
*****
3. Write down C Program to Check whether a number is palindrome or not. [5]
4. Explain decision making control statements in C language with Example. [5]