Learn to program in C++ with FREE online sample C++ programs, c++ tutorial & c++ programming examples
http://www.syvum.com/squizzes/cpp/
Title | |||
Know Your Programs : C++ Programming What does this program do? | |||
Program 1-A : : C++ Programming C++ Program to output an integer, a floating point number and a character. | |||
Program 2-A : : C++ Programming C++ Program to find the sum, difference, product and quotient of two integers. | |||
Program 3-A : : C++ Programming Program to enter two integers and find their sum and average. | |||
Program 4-A : : C++ Programming Program to enter velocity, acceleration and time and print final velocity using the formula : v = u + a * t. | |||
Program 5-A : : C++ Programming Program to enter your age and print if you should be in grade 10. | |||
Program 6-A : : C++ Programming Program to enter an integer and print if it is greater or less than 100. | |||
Program 7-A : : C++ Programming Program to enter the sale value and print the agent's commission. | |||
Program 8-A : : C++ Programming Program to switch between different cases. | |||
Program 9-A : : C++ Programming Program to enter the principal, rate & time and print the simple interest. | |||
Program 10-A : : C++ Programming Program to enter an integer and print if it is prime or composite. | |||
Program 11-A : : C++ Programming Program to enter a string and find its length. | |||
Program 12-A : : C++ Programming Program to enter an integer and output the cube of that integer. | |||
Program 13-A : : C++ Programming Program to enter an integer and print out its successor. | |||
Program 14-A : : C++ Programming Program to draw 2 rectangles and fill 1 of them. | |||
Program 15-A : : C++ Programming Program to draw circles. | |||
Program 16-A : : C++ Programming Program to change the background colors on the screen. | |||
Program 17-A : : C++ Programming Program to change the foreground colors and draw circles on the screen. | |||
Program 18-A : : C++ Programming Program to write in different fonts on the screen. | |||
Program 19-A : : C++ Programming Program to construct a 3-dimensional bar. | |||
Program 20-A : : C++ Programming Program to plot pixels. | |||
Program 21-A : : C++ Programming Program to enter two integers and print the quotient and remainder. | |||
Program 22-A : : C++ Programming Program to enter an integer and find out if it is even or odd. | |||
Program 23-A : : C++ Programming Program to enter three integers and output the biggest integer. | |||
Program 24-A : : C++ Programming Program to enter three integers and output the biggest integer using IF. | |||
Program 25-A : : C++ Programming Program to enter an integer and output its 15 multiples. | |||
Program 26-A : : C++ Programming Program to enter the unit reading and output the customer's telephone bill. | |||
Program 27-A : : C++ Programming Program to count the number of words and characters in a sentence. | |||
Program 28-A : : C++ Programming Program to enter salary and output income tax and net salary. | |||
Program 29-A : : C++ Programming Program to find the roots of a quadratic equation. | |||
Program 30-A : : C++ Programming Program to enter an integer and output it in the reversed form. | |||
Program 31-A : : C++ Programming Program to enter an integer and print its total value based on the formula 'x - 1/3!x3 + 1/5!x5 - 1/7!x7 + 1/9!x9'. | |||
Program 32-A : : C++ Programming Program to find the sum of each row & column of a matrix of size n x m and if matrix is square, find the sum of the diagonals also.. | |||
Program 33-A : : C++ Programming Program to convert 2-digit octal number into binary number and print it. | |||
Program 34-A : : C++ Programming Program to convert days into years and weeks. | |||
Program 35-A : : C++ Programming Program to find the total days in the year till date. | |||
Program 36-A : : C++ Programming Program to compute the fibonacci series. | |||
Program 37-A : : C++ Programming Program to identify if an input is a symbol, digit or character. | |||
Program 38-A : : C++ Programming Program to enter a letter and output the next 2 letters. | |||
Program 39-A : : C++ Programming Program to enter a character and output its ASCII code. | |||
Program 40-A : : C++ Programming Program to print the first 10 lines of pascal's triangle. | |||
Program 41-A : : C++ Programming Program to convert temperatures from Celsius to Fahrenheit and vice versa. | |||
Program 42-A : : C++ Programming Program to enter a sentence and output the number of uppercase & lowercase consonants, uppercase & lowercase vowels in sentence.. | |||
Program 43-A : : C++ Programming Program to enter 10 integers in a single-dimension array and then print out the array in ascending order. | |||
Program 44-A : : C++ Programming Program to find the sum of either of the diagonals of a 4 x 4 matrix. | |||
Program 45-A : : C++ Programming Program to enter three integers and output the smallest integer using IF. |
List of C and C++ Programs with Code Output and Explanation
http://cprogramming.language-tutorial.com/2012/11/program-check-character-vowel-or-not.html
- Biggest of 3 Numbers Using Ternary Operator in C
- Binary Search C Program
- C program for Bubble Sort | C Program Examples
- C Program to Add the Given Two Matrices
- C Program to Calculate Matrix Multiplication
- C Program to Check the Given Character is Vowel or not
- C Program to Enter and Printing Values in a Matrix
- C Program to Enter and Printing Values in a Matrix
- C Program to Enter and Printing Values in a Matrix
- C Program to Find Even Numbers up to a Limit using IF-Else
- C Program to Find LCM and GCD of Two Numbers
- C Program to Find Odd Numbers up to a Limit using IF-Else
- C Program to Find Power of a Number using pow() Function
- C Program to Find Power of a Number x^n
- C Program to Find Sum of All Elements of Matrix
- C Program to Find the Sum of Lower Triangular Matrix Elements
- C Program to Find the Sum of Upper Triangular Matrix Elements
- C Program to Find Transpose of a Matrix
- C Program to Find Whether a Given Matrix is Unit Matrix or Not
- C Program to Generate Armstrong Numbers up to Limit n
- C Program to Generate Armstrong Numbers up to Limit n
- C Program to Generate Armstrong Numbers up to Limit n
- C Program to Generate Magic Square
- C Program to Generate Odd and Even Numbers up to a Limit n
- C Program to Generate Prime Numbers up to a Limit n
- C Program to Print Alphabets with ASCII Values
- C Program to Print Alphabets with ASCII Values
- C Program to Print Alphabets with ASCII Values
- Check Whether the Given no. is Prime or Not using C
- Checking a Number is Perfect Square or Not using C
- Checking the Given Number is Armstrong or Not uisng C
- Convert Binary Number to Decimal Number in C
- Convert Decimal Number to Binary Number in C
- Find Sum of +VE & -VE Elements in an Array in C
- Finding Roots of Quadratic Equation in C
- Finding the Number of 500, 100, 50, 20, 10, 5, 2, 1 Rupee Notes in a Given Amount
- How to swap two numbers using only two variables in C
- How to swap two numbers using three variables in C
- Insertion Sort C code | C Program Examples
- Performing Arithmetic Operations using Switch-Case
- Program for Printing Addition Table of the Given Number in C
- Program for Reversing an Integer in C
- Program of Simple Arithmetic Operation in C
- Program to Calculate the Cosine Series in C
- Program to Calculate the Exponential Series in C
- Program to Calculate the Sine Series in C
- Program to Change an Integer to Words in C
- Program to Check Whether the Person is Eligible to Vote or Not in C
- Program to Check Whether the Person is in Teen Age or Not in C
- Program to Convert Fahrenheit to Centigrade in C
- Program to Convert Numbers to Characters in C
- Program to Convert Temperature in Centigrade to Fahrenheit using C
- Program to count number of digits in an integer
- Program to count number of digits in an integer
- Program to Display Negative Elements of the Array in C
- Program to Display Positive Elements of the Array in C
- Program to Find Combination NCR Value in C
- Program to Find Fibonacci Series in C
- Program to Find Length of String in C
- Program to Find Sum of Digits of Integer
- Program to Find Sum of Digits of Integer in C
- Program to Find the Average of First n Natural Numbers
- Program to Find the Average of First n Natural Numbers
- Program to Find the Biggest of 3 Numbers Using if else in C
- Program to Find the Day of the Given Date in C
- Program to Find the Factorial of a Number in C
- Program to Find the Given Number is Perfect Number or not in C
- Program to Find the Sum of Fibonacci Series in C
- Program to Find the Sum of Odd and Even Numbers using Single For Loop in C
- Program to Find the Sum of Odd and Even Numbers using Two For Loops in C
- Program to Find Whether a Given Number is Even or Odd in C
- Program to Generate Floyd's Triangle in C
- Program to Generate Pascal's Triangle in C
- Program to Generate Permutation of String in C
- Program to Generate Trigonometric Table in C
- Program to Print All Divisors of a Given Number
- Program to Print all the Divisors of a Given Number
- Program to Print Multiples of a Given Number
- Program to Print Multiples of a Given Number
- Program to Print the Multiplication Table
- Program to Print the Multiplication Table in C
- Program to Read and Reverse an Array in C
- Simultaneous Equation using Gauss Elimination Method in C
- Why use break statement inside switch case in C
I've tried program 15-A but is not giving me output as a circle
ReplyDelete