All Development Resources

Table of contents

No Questions
Input & Output System
1 Top 100 React & Redux Interview Question Answers
2 JavaScript Problem Solving DSA
3 Some Javascript Problems to solve
4 Some Javascript Problems to solve
5 Average number from inputs
6 Area of a triangle by height & weight
7 Length of 3 sides of triangle
8 Area of rectangle
9 Radius of the circle
10 Fahrenheit to Celsius
11 Celsius to Fahrenheit
  1. Make lower case to capital

    char makeCapital;
    
    printf("Write a lower case character : ");
    scanf("%c",&makeCapital);
    
    printf("Your conversion is : %c",makeCapital - 32;