Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Identify the valid variable name from which options

  Shared By: Charlie Evans    Date: Aug 16    Category: C++ Programming    Views: 1058

Answer:

i. char
ii. var_name
iii. _varname
iv. str_name2

Options

a) Both i and iii
b) Both ii and iv
c) ii, iii, and iv
d) i only

Answer : c) ii, iii, and iv

Share: 
 

Didn't find what you were looking for? Find more on Identify the valid variable name from which options Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: