1 / 7

Kendriya Vidyalaya

Kendriya Vidyalaya. Name – Abhishek Rathore & Akash Pratap Singh. Class – Xi sec.. A Submitted to – Mrs. Swati. Chapter name. Data Handling. Introduction.

efrat
Download Presentation

Kendriya Vidyalaya

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Kendriya Vidyalaya

  2. Name – AbhishekRathore &AkashPratap Singh Class – Xi sec.. A Submitted to – Mrs. Swati

  3. Chapter name Data Handling

  4. Introduction • In any language, there are some fundamentals you need to before you can write even the most elemenatry programs. This chapter introduces two such fundamentals : data types and variables in C++. This chapter also touches upon another languages-feature, comment.

  5. Data types • Data types are means to identify the type of data and associated operations of handling it.

  6. Fundamental Data types • Fundamental (atomic) data types are those that are not composed of other data types.

  7. Types • Bool Data type (for logic) • Int data type (for integers) • Char data type (for Characters) • Float data type (for floating-point number) • Dauble data type(for dauble precision float point numbers) • Void data type(for empty set of values and non returning funtions)

More Related