Input:http://www.allinterview.com/forms/questionform.php Output:http://www.allinterview.com/forms/questionform Write c# program to get the above desired output for the given Input.....
3 5982Post New Bally Technologies ASP.NET Interview Questions
Explain when does an atoll start to form?
How is data stored in postgresql?
Tell me what is quick sort?
Explain the general mapreduce algorithm
What are directives in c?
How do you clear a map in c++?
In mysql, what is joins? Explain
What do you mean by meta information in hdfs?
How does the HTTP handle state?
How to delete data which is not in source table?
What do you know about schemardd?
Explain the synbtax to split a string in python?
What do you understand by unique key?
What is the difference between spring and spring boot? : Spring Boot
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