without using arthematic operation ,how can you write the logic for adding/substraction/multiplication?
7 13724Post New Tanla Solutions Core Java Interview Questions
What is a dapp and why is it different than a normal app?
Give the use of the bootstrap panel.
How do you post a goods receipt?
What is f9 used for?
How will calculate losses in an multi core Aluminium LT cable of different sizes & upto what length we can use a LT Cable ?
What are the rules to be applied to nulls whilst doing comparisons?
Explain about the return statement?
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 is a swing day?
What is the utilization of copybook in cobol?
WHY DO YOU WANT TO DO MBA AFTER BCA
Explain me what is the difference between accessing a class method via -> and via ::?
What is blocking and nonblocking API in Node.js and how does it affect the architecture of your applications?
How to use tomcat jndi datasource in spring web application?
When ArrayIndexOutOfBoundsException occurs?