Saturday, October 23, 2010

Microsoft Interview Questions

HI,
 Recently i had,written test with MIcrosoft.

Here are the Questions

Question 1 : What is the Output of below program?

Question : void main()
{
   int a = 4;
  e(a);
  }
  void e(int n)
{
    if (n>0)
{
   e(--n);
print("%d",n);
e(--n);
}
What is the output : ?





c

AWS certification question

AWS AWS Hi! this is for questions related to AWS questions. EC2 instances EC2 storage types cold HDD : 1. Defines performance in terms...