0% found this document useful (0 votes)
93 views6 pages

Diploma IN Computer Engineering: Scientific Calculator

This document is a project report submitted by four students - Mohammad Shadab, Adil Rasheed, Nawaz Ashraf and Afaq Rashid - for their diploma in computer engineering. It details the development of a scientific calculator software under the supervision of Dr. Anis Afzal and Mr. Mushir Riaz. The report includes an introduction to the C programming language used, descriptions of the software implementation and used header files, coding of the calculator program, output, and references.

Uploaded by

Adil Rasheed
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
93 views6 pages

Diploma IN Computer Engineering: Scientific Calculator

This document is a project report submitted by four students - Mohammad Shadab, Adil Rasheed, Nawaz Ashraf and Afaq Rashid - for their diploma in computer engineering. It details the development of a scientific calculator software under the supervision of Dr. Anis Afzal and Mr. Mushir Riaz. The report includes an introduction to the C programming language used, descriptions of the software implementation and used header files, coding of the calculator program, output, and references.

Uploaded by

Adil Rasheed
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

SCIENTIFIC CALCULATOR

PROJECT REPORT
SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENT FOR THE AWARD OF THE DEGREE OF

DIPLOMA IN COMPUTER ENGINEERING


UNDER THE SUPERVISION OF
1. ANIS AFZAL 2. MUSHIR RIAZ

SUBMITTED BY
MOHAMMAD SHADAB (09 DPCE 143) ADIL RASHEED (09 DPCE 146) NAWAZ ASHRAF (09 DPCE 138) AFAQ RASHID (09 DPCE 147)

ELECTRICAL ENGINEERING SECTION FACULTY OF ENGINEERING & TECHNOLOGY UNIVERSITY POLYTECHNIC ALIGARH MUSLIM UNIVERSITY
i

ALIGARH, U.P. (INDIA) 2011-2012

UNIVERSITY POLYTECHNIC FACULTY OF ENGINEERING & TECHNOLOGY ALIGARH MUSLIM UNIVERSITY

CERTIFICATE
This is to certify that the project report entitled SCIENTIFIC CALCULATOR submitted by MOHAMMAD SHADAB, ADIL RASHEED, NAWAZ ASHRAF and AFAQ RASHID is duly accepted as a partial fulfillment of the requirement of three year diploma in computer engineering as per specification of the board of technical education, Aligarh Muslim University, Aligarh for the session 2011-2012. This project is an original work of the students carried out under our supervision and guidance. This work has not been submitted previously at any level for the award of any other course.

Project in Charge DR. ANIS AFZAL


ii

Electrical engineering section University polytechnic, AMU, Aligarh

DEDICATED TO OUR PARENTS AND


iii

TEACHERS

ACKNOWLEDGEMENTS
I would like to thank ALLAH who enabled me to complete this project. Without the grace of ALLAH it was never possible. Before going into thick of things, I would like to add a few heart full words for the people who were a part of this project in a numerous waypeople who gave unending support right from the beginning of this project. In particular, I wish to thank my teacher Dr. Anis Afzal and Mr. Mushir Riaz, for always being there at the time of need. I also thank the lab staff for providing lab resources without which this project would have been impossible. Last but not the least, I would like to thank to all those who have helped me.

MOHAMMAD SHADAB ADIL RASHEED NAWAZ ASHRAF AFAQ RASHID


iv

DIPLOMA IN COMPUTER ENGINEERING (FINAL YEAR) 2010-2011

CONTENTS

Certificate Acknowledgement
CHAPTER 1 1

INTRODUCTION OF C Introduction Why Use C Uses of C Edit-Compile-link-Execute process SOFTWARE IMPLEMENTATION


v

1.1 1.2 1.3 1.4 CHAPTER 2 4

2 2 2 3

2.1 2.2 CHAPTER 3 3.1 3.2 CHAPTER 4

Header Files Used in Installation Description of command used in software

5 6

11

PROJECT
About Project Coding of Program 12 13

43

OUTPUT

REFRENCES 48

vi

You might also like