How to access a variable of the structure?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by public protected and private in c++?
What is c++ virtual inheritance?
Is c++ used anymore?
How much do coding jobs pay?
Profiler in projects?
Show the declaration for a pointer to function returning long and taking an integer parameter.
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is diamond problem in c++?
Is python written in c or c++?
Define pre-condition and post-condition to a member function in c++?
What is the iunknown interface?