What is general form of pure virtual function? Explain?
No Answer is Posted For this Question
Be the First to Post Answer
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What is enum class in c++?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
Please post the model question paper of hal?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Why do we use constructor?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is the first name of c++?
Can a new be used in place of old mallocq? If yes, why?
What is oop in c++?