Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C Language 1. Write a program to read an integer. Display the value of that integer in decimal, octal, and hexadecimal notation. 2. Write a

C Language
image text in transcribed
1. Write a program to read an integer. Display the value of that integer in decimal, octal, and hexadecimal notation. 2. Write a program that prints a floating point value in exponential format with the following specifications: (a) correct to two decimal places; (b) correct to four decimal places; 3. Write a program to find the smallest of three integers using functions. 4. Write a program to calculate area of a triangle using function. 5. Write a program to add two floating point numbers using pointers and functions. 6. Write a program to calculate area of a triangle using pointers 7. Write a program in C to Print Fibonacci Series using recursion 8. Write a program in C to find GCD(greatest common divisor) of two numbers using recursion. 9. Write a program in C to check a number is a prime number or not using recursion 10. Write a program in C to find the LCM( least common multiple) of two numbers using recursion

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Flash XML Applications Use AS2 And AS3 To Create Photo Galleries Menus And Databases

Authors: Joachim Schnier

1st Edition

0240809173, 978-0240809175

More Books

Students also viewed these Databases questions