Write a C program to enter radius of a circle and find its diameter, circumference and area.
Write a C program to enter radius of a circle and find its diameter circumference and area. Write a C
Read moreAll Tech at one spot
Write a C program to enter radius of a circle and find its diameter circumference and area. Write a C
Read moreWrite a C program to enter length and breadth of a rectangle and find its area. Solution :- #include<stdio.h> #include<conio.h>
Read moreWrite a C program to enter length and breadth of a rectangle and find its perimeter. Write a C program
Read moreC Program……. Write a C program to enter two numbers and perform all arithmetic operations. Solution :- #include<stdio.h>#include<conio.h>void main(){clrscr();int a,b,sum,sub,mul,div,mod;printf(“Enter
Read moreC Program Basic Write a C program to enter two numbers and find their sum. Solution :- #include<stdio.h>#include<conio.h>void main(){clrscr();int a,b,sum;printf(“Enter
Read morechapter :- 2 Number System Multiple Choice Question 1.A ________ is a man-made electronic machine that understand the language people
Read moreChapter :- 1 Computer Network MCQ Multiple Choice Question 1. Virus Stand for _______. a. Vital information Resources Under Seize
Read more