Exl infotel placement papers for CSE/IT/MCA students.I have posted exl infotel placement papers previously and this is the second paper for CSE/IT/MCA students.This placement paper was submitted by vinod Reddy from JNTUH college Andhra pradesh.
Exl infotel placement questions:-
Hi, friends infotel visited my college. Aptitude exam was conducted in my college with technical 20 questions based on the “c” mainly they focused on the strings and pointers for CSE and IT students.Basically the aptitude exam is not online it is written test with multiple choice were given.I think to better to prepare aptitude questions from cool interview site.
Some of the questions are:-
1.)
const int perplexed = 2;
#define perplexed 3
main()
{
#ifdef perplexed
#undef perplexed
#define perplexed 4
#endif
printf(“%d”,perplexed);
}
Are you searching for this :- exl infotel ece placement paper
2.)
main()
{
char * strA;
char * strB = I am OK;
memcpy( strA, strB, 6);
}
3.)
main()
{
char *p = “hello world”;
p[0] = ‘H’;
printf(“%s”, p);
}
4.)
main(int argc, char *argv[])
{
(main && argc) ? main(argc-1, NULL) : return 0;
}
5).
main()
{
int i;
float *pf;
pf = (float *)&i;
*pf = 100.00;
printf(“n %d”, i);
}
6.)
struct Foo
{
char *pName;
char *pAddress;
};
main()
{
struct Foo *obj = malloc(sizeof(struct Foo));
clrscr();
obj->pName = malloc(100);
obj->pAddress = malloc(100);
strcpy(obj->pName,”Your Name”);
strcpy(obj->pAddress, “Your Address”);
free(obj);
printf(“%s”, obj->pName);
printf(“%s”, obj->pAddress);
}
You can also read our previous post on exl infote questions for CSE/IT/MCA from west bengal.
These are the sum of questions which i have got on my exl infotel aptitude test Thanks. And all the best for your campus drive.




anybody can u please tel me the locations of exl infotel company