हिंदी

BE Computer Engineering छमाही २ (इंजीनियरिंग) - University of Mumbai Important Questions for Structured Programming Approach

Advertisements
[object Object]
[object Object]
विषयों
मुख्य विषय
अध्याय
Advertisements
Advertisements
Structured Programming Approach
< prev  41 to 60 of 88  next > 

State True or False with reason.

while(0); is an infinite loop.

Appears in 1 question paper
Chapter: [11] Control Structures
Concept: Control Structures > Looping

Explain Nested Structure. Write a program using nested structure to create an Array of structure to store the details of N students.
The details are,
1. Student name
2. Student roll no
3. Marks of Physics, Chemistry, Maths.
Calculate total of P-C-M. Display the data in the format
Name Roll no Total marks

Appears in 1 question paper
Chapter: [11] Control Structures
Concept: Control Structures > Nested Control Structure

WAP to print the sum of following series.

1+22+33+………+nn

Appears in 1 question paper
Chapter: [11] Control Structures
Concept: Control Structures > Looping

Compare the following

break and continue statements

Appears in 1 question paper
Chapter: [11] Control Structures
Concept: Control Structures > Nested Control Structure

Compare the following

if-else and switch statements

Appears in 1 question paper
Chapter: [11] Control Structures
Concept: Control Structures > Nested Control Structure

Write a program to perform matrix multiplication by passing input matrix to the function and printing resultant matrix. 

Appears in 1 question paper
Chapter: [11] Control Structures
Concept: Control Structures > Looping

Write a program to display following pattern: 

1
232
34543
4567654
567898765

Appears in 1 question paper
Chapter: [11] Control Structures
Concept: Control Structures > Looping

An electronic component vendor supplies three products: transistors, resistors and capacitors. The vendor gives a discount of 10% on order of transistor if the order is more than Rs. 1000. On order of more than Rs. 100 for resistors, a discount of 5% is given and discount of 10% is given on order for capacitors of value more than Rs. 500. Assume numeric code 1, 2 and 3 used for transistors, capacitors and resistors respectively. Write a program that reads the product code and order amount and prints out the net amount that the customer is required to pay after discount. (Note: Use switch-case)

Appears in 1 question paper
Chapter: [11] Control Structures
Concept: Control Structures > Nested Control Structure

Write a program to print following patterns for N lines.

5 4 3 2 *
5 4 3 * 1
5 4 * 2 1
5 * 3 2 1
* 4 3 2 1

Appears in 1 question paper
Chapter: [11] Control Structures
Concept: Control Structures > Nested Control Structure

WAP to print all possible combination of 1,2,3 using nested loops.

Appears in 1 question paper
Chapter: [11] Control Structures
Concept: Control Structures > Looping

Write a program for finding sum of series 1+2+3+4+…….upto n terms.

Appears in 1 question paper
Chapter: [11] Control Structures
Concept: Control Structures > Looping

Write a programs to print following patterns for N lines.

           5
           5 4
           5 4 3
           5 4 3 2
           5 4 3 2 1

Appears in 1 question paper
Chapter: [11] Control Structures
Concept: Control Structures > Nested Control Structure

Explain continue and break statements with the help of suitable examples.

Appears in 1 question paper
Chapter: [11] Control Structures
Concept: Control Structures > Looping

What is recursion? Write a program to find xy using recursion. 

Appears in 1 question paper
Chapter: [12] Functions and Parameter
Concept: Concept of Functions > Recursion

State any two library functions string.h along with its syntax, use an example. 

Appears in 1 question paper
Chapter: [12] Functions and Parameter
Concept: Function

Explain call by value and call by reference with example. 

Appears in 1 question paper
Chapter: [12] Functions and Parameter
Concept: Concept of Functions > Passing Arguments to a Function

What is the usage of storage classes? Explain extern storage classes with suitable example.

Appears in 1 question paper
Chapter: [12] Functions and Parameter
Concept: Storage Classes

What are advantages and disadvantages of recursion? Comment on conditions to be considered while writing a recursive function. Write a program to print Fibonacci series up to N terms using a recursive function.

Appears in 1 question paper
Chapter: [12] Functions and Parameter
Concept: Concept of Functions > Recursion

Explain recursive function. Write a program to find the GCD of a number by using recursive function. 

Appears in 1 question paper
Chapter: [12] Functions and Parameter
Concept: Concept of Functions > Recursion

Explain gets() and puts() functions of C language. Comment on their parameters and return values.

Appears in 1 question paper
Chapter: [12] Functions and Parameter
Concept: Function
< prev  41 to 60 of 88  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×