Sunday, 8 December 2013

webyog written test questions

Technical writing::
1.Which is favorite Algorithm in c/c++ and why?(compulsory)
2. Which is your favorite programming trick?(compulsory)

Attempt Any 4 questions out of the 8 the questions may not cover all d languages::

c/c++::
1. write a code to reverse a string using function prototype
    char *sentence_sent(char *sentence)
2.Write a function to find the middle element of the array and delete it. The size of array be 10.

JavaScript:
1.write a function to eliminate the duplicate characters
 "Rambo is a Rambo good Rambo boy Rambo" output should be Rambo is a good boy
2.write a function to eliminate the  digits entered in a string and return string.
  "hello123 I am a 45gi67rl" output should be hello I am a girl

Other questions were from .Net and Java but since I did not attempt so cudn't recall... hope dis helps :)
 

No comments:

Post a Comment