C Program to Find the Biggest Number Among Three Numbers Introduction In programming, determining the largest number among a set of values is a fundamental p…
Read morePerform the following Array programs in C 1) WAP to input marks of 5 subjects and display total marks and average marks. 2) WAP to input the n numbers and …
Read more//wap to accept 10 names of the workers along with the age and salary. Display all the details whose age is more than 21 by using array. #include<stdio.h>…
Read moreGROUP A Write and Algorithm and draw flowchart along with C program for the following questions. 1) WAP to find the area of circle. 2) …
Read moreW rite a display to Sunday to Saturday when user enters a number using switch case in c program . Solutions : #include < stdio.h > int main() { …
Read more