PathPartner Interview Questions

C

1)Write a C Program for the given Input and Output?

      Input: Hello World

    Output:d r w l e 

  Note:  Need to traverse only once and reverse traversing is not acceptable and

             do not use predefined functions.

2)Explain about Static Variable and its scope?

Data Structures

1)How to find a given linked list contains a loop (or) not?

2)How to find a tree is balanced (or) not?

Linux

1)Difference between Process and Thread?