C PROGRAM FOR PERFORMING MULTIPLE FUNCTIONS
Project Presentation
Submitted to
Career Point University, Kota
Submitted By :
Devesh Vijay(K15918)
Ashwin Dubey(K15816)
Guide By : Mr. Parth Vidhyarthi
C PROGRAM FOR PERFORMING MULTIPLE FUNCTIONS
 Hello friends.
 This time I am here with a presentation showing you
C PROGRAM FOR PERFORMING MULTIPLE FUNCTIONS.
 The program over here is designed using a basic
programming language i.e C language.
 Programming of the calculator is tested on the ubuntu.
 It’s an operating system to code programs.
 User is allowed to enter the desired numbers and the
result will be displayed on the screen.
 The students interested in software engineering and want
to learn basic programming and build their logic may
find this program interesting.
 The numbers might be decimal or non-decimal.
 The simplest calculators can only do only addition,
subtraction, multiplication, and division.
 Our program can perform multiple functions like
roots, logarithms, trigonometric functions, and
hyperbolic functions, print tables, square, area, cube,
by taking options from the user by input by keyboard.
 The switching method in C language provides an option
to the user which operation he desires to perform.
 Thus, a program wherein there are too many options
listed, the user can select a particular option and obtain
the result of that operation.
 The switch case in C programming can be done using a
very simple set of syntaxes.
 The program is constructed using switching method in C
language.
ANY QUESTION ?
Calculator 130223123821-phpapp01

Calculator 130223123821-phpapp01

  • 1.
    C PROGRAM FORPERFORMING MULTIPLE FUNCTIONS
  • 2.
    Project Presentation Submitted to CareerPoint University, Kota Submitted By : Devesh Vijay(K15918) Ashwin Dubey(K15816) Guide By : Mr. Parth Vidhyarthi C PROGRAM FOR PERFORMING MULTIPLE FUNCTIONS
  • 3.
     Hello friends. This time I am here with a presentation showing you C PROGRAM FOR PERFORMING MULTIPLE FUNCTIONS.  The program over here is designed using a basic programming language i.e C language.  Programming of the calculator is tested on the ubuntu.  It’s an operating system to code programs.
  • 4.
     User isallowed to enter the desired numbers and the result will be displayed on the screen.  The students interested in software engineering and want to learn basic programming and build their logic may find this program interesting.  The numbers might be decimal or non-decimal.  The simplest calculators can only do only addition, subtraction, multiplication, and division.  Our program can perform multiple functions like roots, logarithms, trigonometric functions, and hyperbolic functions, print tables, square, area, cube, by taking options from the user by input by keyboard.
  • 5.
     The switchingmethod in C language provides an option to the user which operation he desires to perform.  Thus, a program wherein there are too many options listed, the user can select a particular option and obtain the result of that operation.  The switch case in C programming can be done using a very simple set of syntaxes.  The program is constructed using switching method in C language.
  • 7.