0% found this document useful (0 votes)
13 views

Lab Programs Questions

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Lab Programs Questions

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1. Write a program to print Hello world.

2. Write a program to add a two Number.


3. Write a program to add a two Number by taking user input.
4. Write a program to perform all arithmetic operation (+,-,*,/,%)
5. Write a program to display the student Record by using different
variable like(Name, Rollno., fees, Age etc)
6. . Write a program to display the student Record by using different
variable and taking user input.
7. Write a program to Swap a two number by using 3d Variable.
8. Write a program to Swap a two number without using 3 Variable.
9. Write a program by using escape sequence in c program.
10. Write a program to calculate square and cube of a number.
11.Write a program to perform Assignment operator in c.
12. Write a program to do the logical operators.
13. Write a program to perform the relational operators.
14.Write a program to perform the Bitwise operators
15.. Write a program to perform Ternary (conditional) operator without
using if else statement.
16.Write a program to do unary operator by taking user input.
17. Write a program to do postfix operators.
18. Write a program to find the size of data type by using SizeOf operator
in c.
19.Write a program to find the area of Rectangle and Circle in c.
20. Write a program to check Age eligibility of vote.
21.Write a program to find maximum from 2 numbers.
22.Write a program to find largest among 3 numbers.
23. Write a program to find Even and Odd between 2 numbers.
24.Write to input alphabets and check vowel and consonants.
25. Write a program using switch case to create a simple Calculator.
26.Write a program to print the Table of n number.
27.Write a program to calculate Fibonacci series.
28. Write a program to find factorial of a numbers.
29.Write a program to input 3 digit number and display the addition of
digit.
30. Write a program to input 3 digit number and display the Reverse of
digit.
31.Write a program to display sum using function call.
32. Write a program to display area of circle & rectangle using function
call.
33. Write a program To display cell by value.
34.Write a program to all display call by reference.
35. Write a program to print factorial using Recursion

You might also like