0% found this document useful (0 votes)
56 views2 pages

Ip Imp Questions

Uploaded by

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

Ip Imp Questions

Uploaded by

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

INTRODUCTION TO PROGRAMMING

UNIT -1

1. What is Algorithm? Explain features of Algorithm and give an example?


2. Explain briefly about Basic Organization of Computers.
3. Explain Primitive Data types in C with example.
4. What is Flowchart and its need?.What are the various symbols used for representing a Flowchart with
a sample flow chart.
5. Demonstrate the usage of various Problem solving strategies.
6. Explain basic input /printf() and output/scanf() operations.

UNIT – II

1. Explain Conditional Statements if, if..else ,nested..if with an example program.


2. Explain Looping Statements (while, do..while, for) with an examples.
Or
Explain about exit controlled loop/ do..while and entry controlled loop /while and for ? Give Example?
3. Briefly about Switch Case Statements.
4. Explain Break and Continue Statements with examples.

UNIT – III

1. What is an Array and its need? Explain types of Arrays?


2. What is 2D Array? Write a Program to read and print the elements into matrix?
3. Discuss the String Handling Functions?
4. What is String with and example.
UNIT – IV
1. List the Difference between Structures and Unions? Explain with Example?
2. Define Structure? Explain how to declare a structure ,accessing Structure members with example?
3. Explain Pointer Arithmatic with suitable Example?
4. Dereferencing and address operator with Example?
5. Illustrate on Dynamic Memory Allocation Functions?
6. Develop a C Program using Pointer to Pointer concept?
UNIT - V
1. Define function ? Explain the types functions.
2. What is recursion? Explain with example.
3. Explain about parameter passing techniques with functions.?
4. Analyze various file handling functions used in c?
5. Differentiate Actual and Formal Parameters.
Or
Difference between call by reference or call by value.

****** MUST AND SHOULD IMPORTANT QUESTIONS ************


IMPORTANT PROGRAMS
1. Write a C program Finding the Square root of a given number. (Ex: Data types)
2. Write a C program to find the max and min of four numbers using if-else.(Ex: if…else)
3. Write a C program to find the maximum of three numbers using Conditional operator
4. Write a C program to find the factorial of given number using any loop. (Ex: loop)
5. Construct Simple Arithmetic Calculator using switch case.(Ex: Switch)
6. Write a C program to find the given number is a Prime or not .
7. Write a C program to Checking a number Palindrome & Armstrong or not.
8. Write a C program to Addition of Two matrices
9. Write a C program to Multiplication two matrices.
10. Write a C program to Sort array elements using Bubble sort.
11. Write a C program to Concatenate two strings without built-in Functions
12.Write a C program to find the total, average of n students using Structures.
13.Write a C function to Transpose of a matrix.
14.Write a C program to swap two numbers using call by reference.
15. Write a C program to find the factorial of given number using Recursion.

******************* ALL THE BEST **************

You might also like