What are punctuators in c++?
No Answer is Posted For this Question
Be the First to Post Answer
how many controls can we place on single form.
Does a derived class inherit or doesn't inherit?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What is object oriented programming (oop)?
Explain virtual functions in C++.
Which function cannot be overloaded c++?
Are c and c++ different?
Is python written in c or c++?
Is c++ low level?
What problems might the following macro bring to the application?
What is a built-in function?
What should main() return in c and c++?