Should I learn c or c++ first?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
If a header file is included twice by mistake in the program, will it give any error?
What is nested class in c++?
What relational operators if statements in c++?
What is data abstraction? How is it different from data encapsulation?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
how to create window program in c++.please explain.
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is an iterator?
What is array give example?
Comment on local and global scope of a variable.
How do I download c++?