[SOLVED] C-project -HAFTA SORULAR - WEEK 9 QUESTIONS

30.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (2 votes)
  1. HAFTA SORULAR (WEEK 9 QUESTIONS)

 

  • Write a C program to find the largest of three numbers A, B, and C given from keyboard.
  • Write a C program for computing factorial N (N!).
  • Write a C program which generates even numbers between 1000 and 2000 and then prints them.
  • Write a C program to check whether a given number from keyboard is Palindrome number or not.
  • Write a C program to display the sum of the series [ 1+x+x^2/2!+x^3/3!+….].
Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.