What is jump statement in C++?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use pointers in c++?
class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.
Can I make ios apps with c++?
How the keyword struct is different from the keyword class in c++?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
what is a reference variable in C++?
Why is main an int?
write a programming using for loop in c++ to generate diamond trangel?
Do you know what is overriding?
How is c++ different from java?
What is this pointer in c++?
can anybody please tell me how to write a program in c++,without using semicolon(;)