Post New Asian School of Business Management Interview Questions
What is strlen function in php?
What is public-key cryptography ?
When python was founded?
What is SecurID ?
What Are The Types Of Accounts In Banks?
What is the control action?
Which method cannot be overridden in jsp?
What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?
Can you list out the companies that are working on the internet of things?
how to use in conditions? : Sql dba
Explain about the protection features present in MS Access?
What are the components of an idoc?
Who are Manually Authenticating Users in Laravel ?
Which book of aryabhatta is regarded as a great contribution in astronomy?
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