Repls
Community
0
Google formcode
0
0
0
0
Switch case statement in CSwitch case statement in C
0
0
0
0
Nested if else Nested if else in C
0
0
0
0
Google FormGoogle Form
0
0
0
0
0
Leap year program in C languageLeap year program in C language
0
0
0
0
Celsius to FahrenheitWAP Celsius to Fahrenheit
0
0
0
0
Fahrenheit to CelsiusWAP Fahrenheit to Celsius
0
0
0
1
Check even or oddCheck even or odd using C language
4
0
1
0
Fing largest no among three noProgram to find largest number among three number by using if else
0
0
0
0
Calculate simple intrestCalculate simple intrest
0
0
0
0
Sum and average of two numSum and average of two num
0
1
0
0
Hello WorldFirst program in C language
0
0
0
0
0
IterableIterables are iterable objects (like Arrays).
Iterables can be accessed with simple and efficient code.
Iterables can be iterated over with for..of loops
0
0
0
0
Math ObjectMath object
0
0
0
0
Date MethodOnce a Date object is created, a number of methods allow you to operate on it.
0
0
0
0
Find Largest and Smallest Find Largest and Smallest element
0
0
0
0
Array in C++Array is a collection of items stored at contiguous memory locations. The idea is to store multiple items of the same type together. This makes it easier to calculate the position of each element by simply adding an offset to a base value, i.e., the memory location of the first element of the array (generally denoted by the name of the array). The base value is index 0 and the difference between the two indexes is the offset.
0
0
0