Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
52 views

Basic Programming Questions

Uploaded by

Nikitha Nikki
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)
52 views

Basic Programming Questions

Uploaded by

Nikitha Nikki
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/ 2

BASIC PROGRAMMING QUESTIONS

(Try to solve these in C, C++ or in Java)

1. Write a C program to find out the Greatest of Three Numbers


2. Write a C program to find out the Area and Circumference of
Circle
3. Write a C program to find out the Average of three Real Numbers
4. Write a C program to find out the Sum of two Numbers
5. Write a C program to convert Hour into Minutes
6. Write a C program to find out the Simple Interest
7. Write a C program to convert Celsius to Fahrenheit
8. Write a C program to find out the Area and Perimeter of Rectangle
9. Write a C program to find out the Area and Perimeter of Square
10. Write a C program to find out the Sum and Percentage of five
Marks
11. Write a C program for Swapping two Values without Using
Temporary Variables
12. Write a C program for Swapping 2 values Using Temporary
Variable
13. Write a C program to check the given year is Leap Year or not
14. Write a C program to check whether the person is eligible to Vote
or Not
15. Write a C program to find out the given number is Greater
than100 or Not
16. Write a C program to find out the bigger of two Numbers:
17. Write a C program to find out the given number is Odd or Even
Number
18. Write a C program to convert Fahrenheit to Celsius
19. Write a C program to find out the Greatest of two Numbers Using
Conditional Operator
20. Write a C program to find out the Roots of Quadratic Equation
21. Write a C program to perform Menu Driven Calculator
22. Write a C program to covert Decimal to Binary Conversion
23. Write a C program to display the Number and its Square
24. Write a C program to find out the Sum and Average of First N
Numbers
25. Write a C program to display the Prime Numbers between 100
and 500
26. Write a C program to find out the Sum of N Numbers
27. Write a C program to find out the Fibonacci Series
28. Write a C program to find out the Factorial of a Given Number
29. Write a C program to find out the Sum of N Numbers Using
While Loop
30. Write a C program to calculate the Electric Energy Bill

You might also like