0% found this document useful (0 votes)
38 views7 pages

New Pps Imp Questions

Uploaded by

mrrebel785
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views7 pages

New Pps Imp Questions

Uploaded by

mrrebel785
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

PPS Unit 1

Q.1 Define Data Types in C. Discuss basic data types in terms of memory occupied,
format specifier and range and Explain derived data type
Q.2 Illustrate basic components of computer system with neat block diagram. Also
explain each of the component in detail
Q.3 What is operating system? Explain different types of operating system. Also,
explain various functions of Operating System in detail

Q.4 What do you mean by storage class of variable? Explain different types of a
storage class with example

Download Pdf from Link in Description


PPS Unit 2
Q.1 (Explain various bitwise operators in C Language with help of an example. When precedence of
two operators in an expression is same, how associativity helps in identifying which operator will
be evaluated first. Illustrate it with an example.(you need to explain associativity and precedence)
(Also go through all other operator)
Q.2 Explain the working of switch. What is the need of break in switch. Write a program to implement
the calculator using witch and also draw its flowchart.
Or
Explain the case statement with example
Q.3 Write a program and flowchart of
1 Leap year or not
2 Largest number among three
3Largest number among three using conditional operator
4 Roots of quadratic equation
5Enter the sides of triangle and check whether its is equilateral, scalene, isosceles, right-angled

Q.4 What do you mean by conditional statement


PPS Unit 3
Q.1 Write a program to multiply two matrices (read size and elements of matrices
i) strrev ii) strcmp iii) strcat iv) strlen v) strcpy
Q.2 write the program of matrix multiplication
Q.3 Difference between structure and union
1 Break and continue
2 While ( entry controlled loop) and do-while( exit controlled loop)
3structure and union
Q.4 Write a program and algorithm and draw the flowchart of
1 Palindrome or not
2 Armstrong or not
3 Prime or not
4 Sum of digit of a number
PPS Unit 4
Q.1 Differentiate between call by value and call by reference parameter passing
mechanisms using example.
Q.2 what is sorting. Write a program in C to implement bubble sort/selection sort
implement with this example 7,3,8,4,1,2
Q.3 Explain recursion in C. Write a program in C to find the factorial of a given number
using recursive method.
Q.4 Write a program to print the Fibonacci series upto n term using recursion

Q.5 Difference between linear search and binary search with its implantation code

Q.6 What s function? What are the advantages of function? What do you mean by
function call, function definition, function declaration( function prototype) explain
all this with syntax and with an example

Download Pdf from Link in Description


PPS Unit 5
Q.1 Discuss dynamic memory allocation. Explain calloc(), malloc(), realloc() and free()
functions with suitable example
Q.2 Discuss various file operations and file opening modes Write a program in C to
read content of an existing file and display the numbers of words(character) and
lines, tabs. spaces in that file.
Or
Write a program to copy the content of one file to another
Q.3 What is Macro? Illustrate the working of Macro as a variable and as a function
with suitable example

Q.4 What is the role of preprocessor? Explain all preprocessor directives.

Download Pdf from Link in Description

You might also like