Key point Technologies Interview Questions

 Key point Technologies Interview Questions

1)Tell me about your self.
2) Some questions on my projects
3)How to find linkedlist is circualar or not?
4)Find the Merge point in 2 linkedlists?
5)How to find the string in an array of strings which are arranged in sorted order in the array?
6)Some questions on singleton design pattern?
7)Single ton class also? How to create the singleton and how to delete the singleton object?
8)Asked Outputs of some methods
   void myfunc(int *a)
{
    a = new int;
    *a=10;
}
int main()
{
    int *p;
    myfunc(p);
    std::cout<<"p value is "<<*p<    return 0;
}

9)About searching techniques? some question?
10)Which search is best?
11)How do you do dynamic memory allocation in C,C++? what is the difference?
www.cinterviews.com appreciates your contribution please mail us the questions you have to cinterviews.blogspot.com@gmail.com so that it will be useful to our job search community

No comments: