Visit our sponsor Granny's Eggs  
Home
Microsoft Interview Process
Microsoft HR Questions
Technical Questions
Puzzles/Riddles
Resume Tips and Template
Discuss
Question to Interviewer
Interview Tips
Term Of Use
Site Feedback


Microsoft Interview Questions (CPP)
C++ Algorithims which are commonly asked during Microsoft Interview. Click here to contribute new cpp interview questions in this section

Combinations in a character array.
Write a program that takes input a char array and outputs all the combinations of the characters in the character array.
Example: consier char array {'a','b','c'}
the output shouold be abc,cab,bac,acb,cba,bca that is all the combinations of characters 'a','b','c'.

(Read More...   3 comments)
Average Rating:

N-Queen Problem.
Write a Program to solve N-Queen Problem.

(Read More...   1 comments)
 

Reverse a string
Reverse a string using recursive function

(Read More...   1 comments)
 

Rewrite the StrTok() function
Rewrite the StrTok() function.

(Read More...   2 comments)
 

Program the Fib Sequence without recursion
Everyone learns how to do recursion with the Fibonacci sequence in Programming 101. Do it programmatically without recursion.

(Read More...   12 comments)
 

Implement and test a memcpy function
Given a function header (in fact an out-of context function call):
memcpy(src, dst, size)
Write an implementation and test cases.
Be sure to ask additional questions on what exactly the function does and the range of arguments as well.

(Read More...   1 comments)
 

Implement an allocator
Implement a memory allocator, i.e. malloc function, free function and all data structures, needed for that.

(Read More...   1 comments)
 

Write and test ATOI function
Write algorithim for ATOI function

(Read More...   8 comments)
 

Clock Hand Angles
An asked question from MS Interview last year. Easy one...

(Read More...   13 comments)
 

Reverse the pairs of elements in a single linked list
Given a single linked list write a function to swap each pair of nodes in the list

(Read More...   13 comments)
 

[1]234>>
Page 1 of 4

Add Article
New Articles
  • Combinations in a character array.
    Write a program that takes input a char array and outputs all the combinations of the characters in the character array.
    Example: consier char array {'a','b','c'}
    the output shouold be abc,cab,bac,acb,cba,bca that is all the combinations of characters 'a','b','c'.


  • N-Queen Problem.
    Write a Program to solve N-Queen Problem.

  • Reverse a string
    Reverse a string using recursive function

  •  

    Most Popular Articles
  • Crazy Guy On The Airplane
    A line of 100 airline passengers is waiting to board a plane. they each hold a ticket to one of the 100 seats on that flight.

  • What are your greatest weaknesses
    Beware - this is an eliminator question, designed to shorten the candidate list. Any admission of a weakness or fault will earn you an “A” for honesty, but an “F” for the interview.

  • Question: Tell me about yourself.
    Many candidates, unprepared for the question, skewer themselves by rambling, recapping their life story, delving into ancient work history or personal matters.

  •  

    New Posts

  • dfasdf sd fsdf adult
    Posted by neteGaftFarse on Monday, July 07, 2008 (UMST)

  • King went already passed were understand offender.
    Posted by Kixhwwld on Monday, July 07, 2008 (UMST)

  • Another struck rapier himself troubled police crossbones.
    Posted by Gdpakshw on Sunday, July 06, 2008 (UMST)



  •