protected
switch
goto
for
Returns the value and continues executing rest of the statements, if any
Returns the value and stops the program
Returns the value and stops executing the function
Stops executing the function and returns the value
Using union
Using structure
Using pointers
Using scope resolution
: :
?
: ?
%
Fundamental data type
Primitive data type
User Defined data type
Not defined
Classname Objectname
Class Classname Objectname
Class Classname Object Objectname
Classname Object Objectname
Object is part of syntax of a class
Object is datatype of a class
Object is an instance of a class
Object is function of a class
Continue
break
exit
continue
return
while(1)
for(;;)
do{ } while(1);
All of the above
Bjarne Stroustrup
Dennis Ritchie
James Gosling
Guido van Rossum
*
&
>>
[]
calloc()
malloc()
allocate
New
int *ptr
int ptr
int &ptr