which is platform independent device used in computers
Answer Posted / arun mavi 8800849839
the platform used by in the computer is main memory which is
the combination of CPU (central processing unit) and
ALU(arthmatical logical unit). and main memory
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the full form of oops?
How do you use inheritance in unity?
What is object and example?
How many human genes are polymorphic?
What does and I oop and sksksk mean?
What is the point of polymorphism?
#include
What are two types of polymorphism?
What is static in oop?
What is object in oop?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What does and I oop mean in text?
What is pointer in oop?