Incoming search terms:
mini projects in c, c mini projects for class 12, school project in c using file handling, project in computer science for 12 class in c, mini projects for class 12, mini projects for 12th computer science, mini project topics for cse in c class 12, download project in c language, Computer science project for class 12, C SMALL POJECTS WITH OUTPUTFOR CLASS 12TH
There are following programs that may be useful for you :
? Write a program that inputs a year and displays that it is a leap year or not?
? Write a program that prompts the user to enter a number and then reverse it? i.e entered number is 2756 then after the execution output must be 6572.
? Write a program that call two functions Draw_Horizontal and Draw_Vertical to construct a rectangle. Also write functions Draw_Horizontal to draw two parallel horizontal lines, and the function Draw_Vertical to draw two parallel vertical lines.
? Write a program that has two input parameters and returns the greatest common divisor of the two numbers passed to it.
? Write a program that produces the following output :
0
0 1
0 12
0 1 2 3
0 1 2 3 4
0 1 2 3 4 5
? Write a program that reads in two integers x and y from the user,calculates the expression x^5+y^5 and displays the result on the screen.
? Write a program to convert kilograms into grams. Input weight in the main function, convert it into grams using the function and then print the weight in grams.
? Write a program to generate a series of numbers on the screen using For loop as below :
19182736
? Write a program to find out whether or not a number is a prime number.
? Write a program to take your age as input. Convert it into equivalent number of days and print them.
? Write a program that take input of a number and prints the table of that number.
? Write a program to generate a series of number 1 11 21 31 41 on the screen. Use do-while loop.
? Write down a function Fact to calculate the factorial of an integer.
? Write a program in C-language to show all odd numbers from 2 – 200 and show their sum.
? Write a program in C-language to input a character through keyboard. Check whether the character is a vowel or consonant.
? Write a program that gets the temperature from the user in Celsius and convert it into Fahrenheit using: (F = 9/5 * C+32)
______________________________
Syntax for LEAP YEAR :
______________________________
if((year%4==0 && year%100!0) || year%400==0)
printf(“The year %d is a leap year.”, year);
else
printf((“The year %d is not a leap year.”, year);
I can also send the material regarding C++ personally.For more information & guidance you can contact me via email mast.chat@yahoo.com.