What is structure in C++?
answer: The C++ programming technique allows defining user defined datatypes through structure. The syntax to declare structure is as follows:.............
What is reference variable in C++?
answer: A reference variable is just like pointer with few differences. It is declared using & operator. A reference variable must always be initialized. The reference variable.............
Read More »
Tags:
c question,
wipro