Showing posts with the label C

Explain Different Data Types in C++

Array An array is a set of elements of the same data type that are referred to by the same name. In C data types are de…