Matrix Placement Papers to Download in PDF and Word Format

Download matrix placement papers in ms word and pdf format for written exams. Check matrix sample interview questions and test papers for your job interview.
Advertisements

Technical - Java

Technical questions 1.output of the following code:   #define M 5+5   void main()  { printf(%d, M*M);   }2.*p+ + increment p or what it points to? 3.Find error with a given code:   {scanf("&",a)}4.syntax of free func. 5.give output:   void main()  {    int x=0, y=1;  (x || printf(printing x\n));  (y|| printf(printing y\n));   }6 write one major advantage & disadvantage of recursion.7.what is hashing?8. give output:    main()   {   int j=5;   printf(%d %d %d, + +j, j, j+ +);   }9.give output:  main() ...

Matrix Test Pattern

Technical C-Programming Language.Total 19 question. Time 1 hr. marks- 35. No negative marking.
Advertisements

Matrix Paper Technical - Java

Technical questions 1.output of the following code:   #define M 5+5   void main()  { printf(%d, M*M);   }2.*p+ + increment p or what it points to? 3.Find error with a given code:   {scanf("&",a)}4.syntax of free func. 5.give output:   void main()  {    int x=0, y=1;  (x || printf(printing x\n));  (y|| printf(printing y\n));   } 6 write one major advantage & disadvantage of recursion.7.what is hashing?8. give output:    main()   {   int j=5;   printf(%d %d %d, + +j, j, j+ +);   }9.give output:   main()  { ...