c++ to c

0

2. Write a C program to check whether a triangle is equilateral, isosceles or scalene triangle.

By Beginner Antonio McCullough at Jul 15 2021

0

npm err! command failed npm err! command sh -c node-gyp rebuild

By Stone Hammer Rachel Rosenbaum at Jul 24 2021

0

Given three ints, a b c, return true if b is greater than a, and c is greater than b. However, with the exception that if "bOk" is true, b does not need to be greater than a.

By Beginner Guy Wolf at May 08 2021

-1

program using if statement in c whether numnber is less eqaul to greater than 50

By Beginner Evan Purdy at May 01 2020

0

c program to using switch to determine whether entered number is either 0, 1 or 2

By Stone Hammer Hugh Willms at Apr 21 2021

0

"ping -c 4 " + IP + " | tail -1| awk '{print $4}' | cut -d '/' -f 2"

By Beginner Lula Murphy at Jul 15 2021

0

Read in three numbers, and calculate the sum. Output the sum as an integer. in c visual studio

By Beginner Bradley Koch at Oct 05 2020

1

Write a C program to add negative values among N values using 2D array and pointer

By Beginner Gloria Dach at Nov 06 2020

1

Write a program in C to read 10 numbers from the keyboard and find their sum and average

By Wooden Hammer Saif hossain Likhon at May 24 2023

0

write a c program to calculate sum of the perfect numbers within a given number of range. using function.

By Stone Hammer Holly Konopelski at Jul 23 2021


Related code examples


Code examples by languages