Select the correct option from multiple choice question.
Which of the following is used as a string termination character?
Concept: Character Set in C-Programming
State True or False with reason.
A float constant cannot be used as a case constant in a switch statement.
Concept: Constants in C - Programming
State True or False with reason.
A function can have any number of return statements.
Concept: Operators in C-Programming
Enlist all data types in C language along with their memory requirement, format specifiers and range.
Concept: Data Types in C-Programming
State True or False with reason.
Comments in the program make debugging of the program easier.
Concept: Operators in C-Programming
Write a menu driven program to perform arithmetic operations on two integers. The menu should be repeated until user selects “STOP” option. Program should have independent user defined functions for each case.
Concept: Operators in C-Programming
Predict output of following program segment.
main()
{
int a,b,*p1,*p2,x,y;
clrscr();
a=48;b=10;p1=&a;p2=&b;
x=*p1**p2-8;
*p1=*p1+*p2;
y=(*p1/ *p2)+20;
printf("%d%d%d%d%d%d",*p1,*p2,a,b,x,y);
}
Concept: Data Input and Output in C-Programming
Predict output of following program segment.
main()
{
int x=4, y=9,z;
clrscr();
z=x++ + --y+y;
printf("\n%d%d%d",x,y,z);
z= --x+x+y--;
printf("\n%d%d%d",x,y,z);
getch();
}
Concept: Data Input and Output in C-Programming
Enlist bitwise operator in c language. Explain any 2 with examples.
Concept: Operators in C-Programming
WAP to print following pattern for n lines. [Note: range of n is 1-9]
1
121
12321
1234321
Concept: Data Input and Output in C-Programming
WAP to print binary equivalent of entered decimal no.
Concept: Data Input and Output in C-Programming
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;
}
Concept: Control Structures > Looping
Write a program to validate whether accepted string is palindrome or not.
Concept: Control Structures > Looping
Write a program to find transpose of matrix without making use of another matrix.
Concept: Control Structures > Looping
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.
Concept: Control Structures > Looping
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
Concept: Control Structures
Write a program to generate following patterns.
1. 1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
Concept: Control Structures > Nested Control Structure
Write a program to generate following patterns.
1
2 3
3 4 5
6 7 8 9
Concept: Control Structures > Nested Control Structure
Explain switch case and if-else ladder with example.
Concept: Control Structures > Branching
Explain break and continue statement with example.
Concept: Control Structures > Nested Control Structure
Semester 2 (FE First Year) Structured Programming Approach can be very challenging and complicated. But with the right ideas and support, you will be able to make it work. That’s why we have the semester 2 (fe first year) Structured Programming Approach important questions with answers pdf ready for you. All you need is to acquire the PDF with all the content and then start preparing for the exam. It really helps and it can bring in front an amazing experience every time if you're tackling it at the highest possible level.
Structured Programming Approach exams made easy
We make sure that you have access to the important questions for Semester 2 (FE First Year) Structured Programming Approach B.E. University of Mumbai. This way you can be fully prepared for any specific question without a problem. There are a plethora of different questions that you need to prepare. And that's why we are covering the most important ones. They are the questions that will end up being more and more interesting and the results themselves can be staggering every time thanks to that. The quality itself will be quite amazing every time, and you can check the important questions for Semester 2 (FE First Year) Structured Programming Approach University of Mumbai whenever you see fit.
The important questions for Semester 2 (FE First Year) Structured Programming Approach 2021 we provide on this page are very accurate and to the point. You will have all the information already prepared and that will make it a lot simpler to ace the exam. Plus, you get to browse through these important questions for Semester 2 (FE First Year) Structured Programming Approach 2021 B.E. and really see what works, what you need to adapt or adjust and what still needs some adjustment in the long run. It's all a matter of figuring out these things and once you do that it will be a very good experience.
All you have to do is to browse the important questions for upcoming University of Mumbai Semester 2 (FE First Year) 2021 on our website. Once you do, you will know what needs to be handled, what approach works for you and what you need to do better. That will certainly be an incredible approach and the results themselves can be nothing short of staggering every time. We encourage you to browse all these amazing questions and solutions multiple times and master them. Once you do that the best way you can, you will have a much higher chance of passing the exam, and that's what really matters the most!