Company: XIUS

Xius test consists of 3 rounds
1. written test (only technical…no aptitude) 50 questions
2.HR interview
3.Technical Round

WRITTEN TEST
It consists of 50 questions.All are technical no aptitude.All are not objective.Some are one blanks.Here are some questions I remember.
1.What is function pointer in c?
2.#define MAX 100
main()
{
printf(“MAX”);
}
o/p is MAX
3.What is difference between declaration and defining function ?
4.How can u print command line arguments of main function in C?
main(int argc,char *argv[])
{
for(i=0;i