You are on page 1of 1

PPS QUESTIONS -Unit -1

1.Discuss about operators. Give a brief note on storage classes.


Write an algorithm to find the given number is prime number or not? 2.Draw a flowchart for root the roots of Quadratic
equation?
3.Write a C program to Print natural numbers from 1 to n using for loop. Write a c program to find given number is
palindrome or not?
4.Describe briefly about data types.
Write a C program to find sum of individual digits of a number.
5.Explain about the operators used in C in detail.
Write a C program to swap two numbers without using third variable.
6.Write an algorithm to find the roots of Quadratic equation? Write an algorithm to find the minimum and maximum number
from the given set?
Short Answer qns
1.Classify the properties of an Algorithm
2.Recognize syntax errors and logical errors?
3.Explain typedef and enum with syntax
4.List out Conditional statements with syntax?
5.Evaluate following expression in step by step process to find the result
(i.) 12+45/(9-(64/8-4))-(7*45/5)-50
(ii.) (15<10)&&(11!=11)
6.Define Variable? List out Loops with syntax?
7.Differentiate between break and continuestatements.
8.List out primary data types and their size. What is type conversion?
9.Define Compiler?Discuss about basic structure of C.
10.List out Keywords in C. Write the rules of an identifier.

You might also like