Intec Placement Papers to Download in PDF and Word Format

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

Whole Testpaper Bangalore - 15 November 2006

INTEC PAPER ON 15th NOVEMBER AT BANGALORE Hi  Folks This is Abhishek, I appeared for Intec test through employee referral. Test duration : 90 mins No. of Questions : 23 Completelly Technical (It was based on C )1. Difference between static & non-static variables. 2. Define Pointers 3. Write your own String Copy function. 4. What is the purpose of Volatile in C. 5. What is the purpose of Static in C? 6. One question was like static int x; It will be acessed by-------- in a file 1.c {Hint: It is based on scope of variables} 7. What is the Output?     main()     {        char *p1="name";        char...

Whole Testpaper Bangalore - 12 November 2006

INTEC PAPER ON 12th NOVEMBER AT BANGALORE Hai friends,,Here are some questions. of intec test 1. what is malloc and calloc function.explain difference between them?2. what is difference betwn const int*p and int *const p something like that?3. wap to dynamically allocate memory using malloc function?4. wap to resize the allocated memory done with help of malloc and design the case for exceptional handling?5. wap to reverse string without using second variable?6. write a trim function to trim the white spaces at beginning and end of string?7. wap to multiply 2 number without using mulitiplication operator?8. some question were objective where we have to findthe output of a particular function..and...
Advertisements

Intec Paper Whole Testpaper Bangalore - 15 November 2006

Test duration : 90 mins No. of Questions : 23 Completelly Technical (It was based on C )1. Difference between static & non-static variables. 2. Define Pointers 3. Write your own String Copy function. 4. What is the purpose of Volatile in C. 5. What is the purpose of Static in C? 6. One question was like static int x; It will be acessed by-------- in a file 1.c {Hint: It is based on scope of variables} 7. What is the Output?     main()     {        char *p1="name";        char *p2;         p2=(char*)malloc(20);         memset(p2,0,20); ...

Intec Paper Whole Testpaper Bangalore - 12 November 2006

Here are some questions. of intec test 1. what is malloc and calloc function.explain difference between them?2. what is difference betwn const int*p and int *const p something like that?3. wap to dynamically allocate memory using malloc function?4. wap to resize the allocated memory done with help of malloc and design the case for exceptional handling?5. wap to reverse string without using second variable?6. write a trim function to trim the white spaces at beginning and end of string?7. wap to multiply 2 number without using mulitiplication operator?8. some question were objective where we have to findthe output of a particular function..and there were question regarding operator overloading,friend...