Skip to content

CodeAndCourse

CodeAndCourse
  • Tutorial
  • Programming
    • C
    • C++

programming

General programming category

WAP to calculate the area and circumference of a circle

March 31, 2022November 30, 2019

Write a program to read the radius of a circle and to compute its area and circumference. Use a symbolic constant to define the value …

Read more

WAP to accept temperature in Fahrenheit and convert it into degree Celsius

March 31, 2022November 30, 2019

Write a program to accept temperature in Fahrenheit and convert it into degree Celsius

F = (C*9/5)+32

Read more

WAP using printf() function and different escape sequences

September 1, 2021November 30, 2019

Write a program using printf() function and different escape sequences to give the output.

printf() function

Read more

Newer posts
← Previous Page1 … Page15 Page16

Ads

Ads

  • Privacy Policy
© 2023 Code And Course