If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
1131Post New C++ General Questions
Can I create my own functions in c++?
Write bites in Turbo c++ Header ("Include") Files.
What is abstract class in c++?
What is constructor in C++?
What is function prototyping? What are its advantages?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
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 the use of pointer in c++ with example?
Is c++ free?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Why ctype h is used in c++?
What is encapsulation in C++? Give an example.
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
Define vptr.
How are the features of c++ different from c?