Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
No Answer is Posted For this Question
Be the First to Post Answer
Is dev c++ free?
What is Virtual Inheritance?
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.
Is nan a c++?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Define the process of error-handling in case of constructor failure?
What is the best ide for c++?
What is problem with Runtime type identification?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Is c the same as c++?
What is recursion?
What apps are written in c++?