C to accept a grade and declare the equivalent description Grade Description
Write a program in C to accept a grade and declare the equivalent description Grade Description E Excellent V Very Good G Good A Average …
Visit our page for clear understanding to enhance your skill...
Write a program in C to accept a grade and declare the equivalent description Grade Description E Excellent V Very Good G Good A Average …
#include <stdio.h> #include <conio.h> #include <math.h> void main () { int a, b, c, d; float x1, x2;…
#include <stdio.h> void main () { int a , b , c ; printf ( "enter 3 angle to check triangle is Equilateral, Isosceles or…
#include <stdio.h> void main () { int m , p , c , t , mp ; printf ( "enter a marks of math: " ); scanf ( &qu…
QUESTION:- program to display the name and days of the month by entering the number 1-12 of the month #include <stdio.h> #include <conio…
QUESTION: Write a C program to read roll no, name and marks of three subjects and calculate the total, percentage, and division. #include <st…
We are providing a solution of all kinds of programming and hope it will be helpful for you all, to enhance your programming skill.
contact us