• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

How many categories of data type does C++ have

3 types.



Simple data type


Structured Data type


Pointers



What is Data Type

Since ALL variables use data type. It refers to the type of data to be stored.



5 is int


Mom is string or char



Each data type has specific byte size for each.



What is structured data type

A type in which each value is a collection of component items



The entire collection has a single name



We gave related info of various data TYPES that we store together under same identifier.



Example of structured data type:


Struct


Class


Array


What are aggregate operations

An operation on a data structure as a whole.



As opposed to an operation on an individual component of the data structure.

What are the 3 types of expressions in c++

Integral... Returns int result



Floating point... Return floating point decimal result



Mixed... Involves int and decinL numbers (an expressio tht has different data types)




What does cin.get function do?

The cin variableb that can access the get function can read char only.



It takes whitespaces too.



Compare to original cin.


It takes inout until the whitespace is prrsent. .



(White space is any space or tab or, enter or return tab or any empty spaces between the cin input. )



Normal just takes everything and ignores the whitespace.

Order of precedence

Predefined Function!! Must Remember