.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What is object-oriented programming?
What is orm hibernate?
What do you know about collaborative filtering?
Is angular still popular?
Why DG Set manufacturers do not give options for alternative fuels. They even do not allow to change at the cost of custmers.
Why do you want to leave your organization or company?
How would you relate spring mvc framework to mvc architecture?
What is a directive order?
Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration
Tell us what is decision tree classification?
Where we can host wcf services?
What's the difference between outlook and outlook com?
What is thread safety?
What is one dimensional array in c++?