What does 7/9*9 equal ?
a) 1
b) 0.08642
c) 0
No Answer is Posted For this Question
Be the First to Post Answer
How many storage classes are available in C++?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What is the difference between global int and static int declaration?
What will the line of code below print out and why?
What is protected inheritance?
What are abstract data types in c++?
why we cant create array of refrences
C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() { cout<<cout<<' '; cout<<cin; return 0; } It prints some address in hexadecimal. what is it?
What are register variables?
What is a lambda function c++?
Write about all the implicit member functions of a class?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster