| http://www.w3.org/ns/prov#value | - Shilpa Shetty); // compiler errorMyStruct.salaray = 2000 ; // complier is happy allowed What is reference ?? reference is a name that acts as an alias, or alternative name, for a previously defined variable or an object. prepending variable with & symbol makes it as reference. for example: int a;int &b = a; What are C++ storage classes? autoregisterstaticextern auto: the default.
|