Explain variables, C/C++ Programming

Assignment Help:

Variables

Information stored in a variable can alter in the course of the program. The type used in the definition explains the kind of information the symbol can store. Variables are addressable.

 Rules for naming the variables:

  • Can have characters, digits and underscore.
  • Can start with character or underscore.
  • Are case sensitive i.e., fan is different from Fan and FAN.
  • Can't use keywords
  • No limits on the length of the word.

 


Related Discussions:- Explain variables

What is the difference among a pointer and a reference?, A: A reference has...

A: A reference has to always refer to some object and, so, must always be initialized; pointers do not have such limits. A pointer may be reassigned to point to distinct objects wh

Random question, Ask question #write statement that assign random integer t...

Ask question #write statement that assign random integer to the varaible n in the (100

Find area, #question.to determine the area of a triangle,rectangle and tra...

#question.to determine the area of a triangle,rectangle and trapezium

Described overriding?, In order to override a method, a subclass of the cla...

In order to override a method, a subclass of the class which originally declared the method have to declare a method along with the same name, return type (or a subclass of that re

Assignment, can you tell me what is c#

can you tell me what is c#

C++ class, need to create c++ classes to store all pascal types in compiler...

need to create c++ classes to store all pascal types in compiler design.

When i develop a destructor, When I develop a destructor, do I require to e...

When I develop a destructor, do I require to explicitly call the destructors for my member objects?

Game coding, polishing the jewel game with c coding

polishing the jewel game with c coding

Program is to define a class as library, Program is to define a class as li...

Program is to define a class as library: Program is to define a class as library and perform all the function of library management by using classes and object class librar

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd