Site icon FreshersHome

CARITOR Paper

Aptitude (30 minutes, 30 Questions)

  1. Verbal
  2. Analogies
  3. Word-word

Non-verbal
1. What would be the next figure in the sequence

As concentration is 10%,b’s 20%,c’s 30%.the liquids are mixed in the ratio 1:2:3.the resultant concentration of the mixture is 23%.find each’s concentration. (I am not sure about the numbers)

2.c Or c++(it’s your choice to choose one,30 minutes,30 questions)
It was bit tough

struct emp
{
Int a;
char b;
};
struct mn
{
double c;
struct emp d;
} q;

Q.sizeof(q)
ans:11(check it)
*char a="kamal";
char p*="anand";

a)compilation error
b)runtime error
c)work properly
d)
*char a[]={10,20,20,30};
char *p;
int b;
p=&a;
b=*p++;
printf("%d",b);
*if there is a global variable defined in another file is it necessary to define it again in the current program.
(this is all i remember)

Exit mobile version