What does asterisk mean in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are the defining traits of an object-oriented language?

0 Answers  


Why are arrays usually processed with for loop?

0 Answers  


What is the difference between Pointer and a Reference? When you would use them?

4 Answers   Wipro,


if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3

3 Answers  


Please explain the reference variable in c++?

0 Answers  






class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


Is there any function that can skip certain number of characters present in the input stream?

0 Answers  


Explain the uses oof nested class?

0 Answers  


What is c++ stringstream?

0 Answers  


Explain linked list using c++ with an example?

0 Answers  


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

0 Answers  


Is map thread safe c++?

0 Answers  


Categories