BE Civil Engineering
BE Computer Engineering
BE Mechanical Engineering
BE Biotechnology
BE Marine Engineering
BE Printing and Packaging Technology
BE Production Engineering
BE IT (Information Technology)
BE Electrical Engineering
BE Electronics and Telecommunication Engineering
BE Instrumentation Engineering
BE Electronics Engineering
BE Chemical Engineering
BE Construction Engineering
BE Biomedical Engineering
BE Automobile Engineering
Academic Year: 2018-2019
Date: December 2018
Advertisements
What is recursion? Write a program to find xy using recursion.
Chapter: [12] Functions and Parameter
State any two library functions string.h along with its syntax, use an example.
Chapter: [12] Functions and Parameter
What is pointer? Explain how the pointer variable declared and initialized.
Chapter: [14] Pointer and Files
Write the output of following code:
#include<stdio.h>
int main()
{
int val = 1;
do{
val++;
++val;
}while(val++>25);
printf(“%d\n”,val);
return 0;
}
Chapter: [11] Control Structures
Write a program to validate whether accepted string is palindrome or not.
Chapter: [11] Control Structures
Advertisements
Write a program to multiply two matrices after checking compatibility.
Chapter: [13] Arrays , String Structure and Union
What is file? What are different functions available to read data from file? Specify the different modes in which files can be opened along with syntax.
Chapter: [10] Fundamentals of C-Programming
Write a program to find transpose of matrix without making use of another matrix.
Chapter: [11] Control Structures
Define structure consisting of following elements
1. student roll_no
2. student name
3. student percentage
Write a program to read records of 5 students of and display same.
Chapter: [11] Control Structures
Write a program to calculate summation of series
1/1! + 2/2! + 3/3! +….+ n/n!
Chapter: [13] Arrays , String Structure and Union
Advertisements
Draw the flowchart for finding the roots of quadratic equation. Write program for same.
Chapter: [9.02] Algorithm and Flowchart
Write a program to implement calculator with following operations using switch case
1. add two numbers
2. subtract two numbers
3. multiply two numbers
4. divide two numbers
Chapter: [11] Control Structures
What do you mean by file? What are the different functions available to read data from file? Specify the different modes in which file can be opened along with syntax.
Chapter: [10] Fundamentals of C-Programming
Write a program to generate following patterns.
1. 1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
Chapter: [11] Control Structures
Write a program to generate following patterns.
1
2 3
3 4 5
6 7 8 9
Chapter: [11] Control Structures
Explain call by value and call by reference with example.
Chapter: [12] Functions and Parameter
Submit Question Paper
Help us maintain new question papers on Shaalaa.com, so we can continue to help studentsonly jpg, png and pdf files
University of Mumbai previous year question papers Semester 2 (FE First Year) Structured Programming Approach with solutions 2018 - 2019
Previous year Question paper for University of Mumbai Semester 2 (FE First Year) Structured Programming Approach-2019 is solved by experts. Solved question papers gives you the chance to check yourself after your mock test.
By referring the question paper Solutions for Structured Programming Approach, you can scale your preparation level and work on your weak areas. It will also help the candidates in developing the time-management skills. Practice makes perfect, and there is no better way to practice than to attempt previous year question paper solutions of University of Mumbai Semester 2 (FE First Year).
How University of Mumbai Semester 2 (FE First Year) Question Paper solutions Help Students ?
• Question paper solutions for Structured Programming Approach will helps students to prepare for exam.
• Question paper with answer will boost students confidence in exam time and also give you an idea About the important questions and topics to be prepared for the board exam.
• For finding solution of question papers no need to refer so multiple sources like textbook or guides.