Purchase Solution

Various data types used in programming languages

Not what you're looking for?

Ask Custom Question

If I wanted to store user information like names, addresses, age, gender and so forth, what data type or types would I use? Are there different sizes that would need to be considered?

Purchase this Solution

Solution Summary

The solution contains the detailed explanation of various data types that can be used in various Programming Languages.

Solution Preview

Dear student,

Please find the solution below.

Summary of data types you can use in C++.

void data type is associated with no data type. And it is generally used with functions that do not return anything.

char data type :- It is used to store a single character only and takes up 1 byte.

String data type :- It is used when your user input contains more than one character , i.e. name , ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.