You Are Here: Home » Quark Test Papers
Computer Awareness Sample Questions for placement tests, campus recruitment papers, IT companies exams, other general employment tests and computer operator / executives jobs positions.
1. Leading is…
options includes from msWord
2. Which of the...
Quark software recruitment placement test C++ programs and multiple choice technical section questions:
1. Can there be a static class
2. Dynamic binding is
options
3. Find the output of the following program.
main()
{
int i,j=9999;
char buff[5];
i=sprintf(buff,”%d”,j);
cout<...
Quark India Pvt. Ltd. Placement Paper Analytical Problems :
1. A dice is thrown twice ..what is the probability of geting a
number twice …(1/6)
2. 1,2,3,4,5 without repeating , make a no. divisible by 4
,probability
(1/5)
3. A girl walks x distance...
C programming language – technical question paper for Quark Software india pvt. ltd.
Its popular products are QuarkXpress, QuarkCopyDesk, XTensions Software, XPert Tools Pro, etc.
See the following technical exam questions (multiple choice type)...
Quark India Placement Paper sample C programming language multiple choice questions from the Technical Tech Section of the question paper:
1. What will be the out come of the following code?
#include
int * func(){
static int x=0;
x++; return &x;
}
int...