In a function declaration what does extern means?
No Answer is Posted For this Question
Be the First to Post Answer
Which operations are permitted on pointers?
What are dynamic type checking?
Can we inherit constructor in c++?
What do you mean by abstraction in C++?
What is size of Empty Class?
Write a program to show polymorphism in C++?
Is there a datatype string in c++?How is the memory allocation?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
Differentiate between an array and a list?
Explain the benefits of proper inheritance.