"Testing leads to failure, and failure leads to understanding." - Burt Rutan Visit Now!

Languages

Posts

C Problems for practice.

1 min read

C Problems for practice



Q1 Write a program to add two integer numbers.

Q2 Write a program to find the area of circle.

Q3 Write a program to accept any two no.s & exchange there values, display the value before and after swapping.

Q4 Write a program to accept any two digit integer no and reverse it and print.

Q5 Write a program to find greater of two numbers.

Q6 Write a program to check whether a entered value is even or odd.

Q7 Write a program to find the largest of any three unequal numbers.

Q8 write a program to find the real roots of quadratic equations.

Q9 Write a program to check whether given year is leap year.

Q10 Write a program to find the largest of any 3 unequal numbers using logical operators.

Q11 Write a program to check whether given year is leap year using conditionals.

Q12 Write a program to check three values & check whether this values make triangle, if yes then check whether it is 
i. Right angled triangle.
ii. Equilateral Triangle.
iii. Isosceles Triangle.
iv. Scalene Triangle.
I'm just a normal average boy with some passion and compassion.....there is nothing to say about me i guess...if you feel to connect with me you can contact me freely...

You may like these posts

  • C Programming LogoThis is a tutorial in which we will learn more about a amazing programming language i.e. CTopics which will be covered are as follows, you can navigate through an…
  •  Chapter 0: IntroChapter 0: IntroC programming is considered as the base for other programming languages, that is why it is known as mother language.The C Language is develope…
  • C Problems for practiceQ1 Write a program to add two integer numbers.Q2 Write a program to find the area of circle.Q3 Write a program to accept any two no.s & exchange the…

Post a Comment