PPS Questions

You might also like

You are on page 1of 2

Previous year JNTUH Question.

Unit-1
DEC 2017(R16)
1. Explain rules of variables.
2. Give the symbols of flowchart.
3. Write an algorithm to find the greatest number among three given numbers.
4. Explain different types of bitwise operators are used in C.
5. Explain different types of operators used in C.
6. Write a program to swap the two numbers without using a temporary variable.

DEC -2017 (R13).


1. Differentiate between compiler and interpreter.
2. What is algorithm? What its role in program development.
3. Demonstrate the usage of relational operators.
4. Using while loop write a program to read 10 numbers from user and display
their sum.
5. What is a datatype? Discuss the four standard data types of C language.
6. Construct a flow chart to indentify largest number among the three given
numbers.

May 2017(Reg)
1. What is the size of the double data type? Which conversion specifier is used?
2. Write a C program to interchange the two numbers without using a
temporary variable.
3. Write and explain the steps in writing C program.
4. Discuss about the various bitwise operators supported by C language.
5. Write C program to print the Fibonacci series.
6. In what way a do-while loop differ from while loop. Explain.

May 2017(supply)
1. Explain various logical operators that are used in C.
2. Differentiate between break and continue statements with an example.
3. Draw a flow chart to find roots of a quadratic equation ax 2+bx+c.
4. Explain the relational operators with example.
5. Explain the different types of data types used in C.
6. What is a programming language? Explain the classification of
programming language.

May 2017(R15)
1. Distinguish between variables and constant with examples.
2. Explain the difference between break, goto and continue with examples.
3. Describe the for loop statement in C.
4. Explain the difference between while and do-while statements with example.
5. Write a C program to print digits of a given number.
6. Describe the type casting with an example.
7. Explain the logical operators with examples.
8. Write a c program to print prime numbers in a given series of numbers. (1-100).

DEC-2016
1. Define the term algorithm and how it is different from a flowchart.
2. Distinguish between if and switch statements.
3. Write a C program to find factorial of a number using while, do-while and for
loop.
4. What are the C operators? Explain their usage with suitable example.

SEPT 2017(Adv Supply)


1. Give decimal equivalent of 7AC16.
2. What is ternary operator in C? Give an example for its use.
3. Why is C language is known as middle-level language.
b. Draw a flow chart o find average of first 10 natural numbers.
4. What is associativity? Illustrate its application in expression
evolution. b. Which statement is a multi way statement? Why.

May 2017: (R16)-Reg


1. Explain about auto storage class.
DEC-2016(R16)
1. Explain auto and register storage classes.

SEPT 2017(Adv. Supply)


1. What are the different type casting supported in C.

You might also like