do-while loop
QUESTION: conversion with else if case in do-while loop kilometer to meter *1000 meter to centimeter *100 cm to mm *10 F = 5/9*C+32 K = C + 273 f =…
Visit our page for clear understanding to enhance your skill...
QUESTION: conversion with else if case in do-while loop kilometer to meter *1000 meter to centimeter *100 cm to mm *10 F = 5/9*C+32 K = C + 273 f =…
QUESTION :- Write a program in C to display the pattern like a right angle triangle with a number. The pattern like : 1 22 333 4444 prog…
QUESTION:- Write a program in C to display the pattern like a right-angle triangle using an asterisk(*). The pattern like : * ** *** ****…
program #include <stdio.h> #include <conio.h> void main () { int a , cube ; printf ( "enter a value of a to print…
QUESTION :- Write a program in C to display the multiplication table vertically from 1 to n . 1*1 2*1 3*1 4*1 1*2 2*2 3*2 4*2 1*3 2*3 …
program #include <stdio.h> #include <conio.h> void main () { int a , sum = 0 ; float avg ; printf ( "ent…
program #include <stdio.h> #include <conio.h> void main () { int a ; printf ( "enter a value of a: " ); …
program #include <stdio.h> #include <conio.h> void main () { int a , sum = 0 ; printf ( "enter a number: "…
While the loop first checks whether the initialize condition is true or false and finding to be true, it will enter the loop and execute a correspond…
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