C++ Programming Question and Answers

31. What is meant by Identifires?
 
  • Identifiers are also called as variables.
  • Variables are memory boxes that hold values or constants.
  • A variable name must begin with an alphabet or underscore followed by alphabets or numbers.
 
Your Name Your Email-ID
Your Answer
32. What is built in data type?
 
  • Built in Data Type is also called as Fundamental or Basic data type.
  • They are predefined in the compiler.
 
Your Name Your Email-ID
Your Answer
33. What are data types?
  The kind of data variable hold in a programming language is called the data types.
 
Your Name Your Email-ID
Your Answer
34. What is a modifier?
 
  • A modifier, also called a modifying function is a member function that changes the value of at least one data member.
  • In other words, an operation that modifies the state of an object.
  • Modifies are also known as 'mutators'.
 
Your Name Your Email-ID
Your Answer
35. What is the use of cin object?
 
  • Data is read from the keyboard during runtime by using the object cin.
 
Your Name Your Email-ID
Your Answer
123456789101112


131415 Page 7 of 15