What is the difference between #import and #include in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use pointers in c++?
what is the basic concept of c++(object oriented programing)
Will the inline function be compiled as the inline function always? Justify.
Why cstdlib is used in c++?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
How does atoi function work?
What are formatting flags in ios class?
If a header file is included twice by mistake in the program, will it give any error?
What are the static members and static member functions?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
0 Answers College School Exams Tests, CS,
Why is c++ a mid-level programming language?