|
TCS technical question paper August 2011,Placement Paper, August, 2011
|
Placement Paper:- August 22 ,2011 - TCS, Hyderbad |
Id: 6406 Title:
TCS technical question paper August 2011
|
|
|
1. given the piece of code
int a[20];
int *ptr;
ptr=a;
how to access the 6th element of the array?
2. consider the following structure:
struct num name{
int num;
char name[29];
};
struct num name n1[]={{12,\\\"aaaaa\\\"},{15,\\\"bbbbbb\\\"},{8,\\\"cccccc\\\"},{11,\\\"dddddd\\\"}};
.....
.....
printf(\\\"%d%d\\\",n1[2],no,(*(n1 + 2),no) + 1);
What does the above statement print?
3. what is y value of the code if input x=35
y=3;
if (x==35)
else if(x==7)
else y=4;
4. what does the following code do?
fn(int n,int p,int r)
{
static int a=p;
switch(n){
case 1:a+=a*r;
case 2:a+=a*r;
case 3:a+=a*r;
case 4:a+=a*r;
}
}
5. a=0;
while(a<10)
printf(\\\"%d\\\\n\\\",a++);
how many times does the loop occurs?
|
|
Dhanraj 22-08-2011
|
COMMENTS |
COMMENTS
| Nikki, Dec 24, 2011 |
| Ya learn something new evedryay. It's true I guess! |
|
| All posts related to this company |
| Hot Jobs - TCS, May 09, 2012 by suresh
|
| Id:9139 Title: Plintron.com –TCS Recruitment 2012, TCS Hiring Testing Engineer (ISTQB Certification) On 14th May –Chennai, TCS Chennai Hiring testing Engineers
|
|
| Aptitude/Screening Tests - TCS, Feb 25, 2012 by mahendra kushwaha
|
| Id:8549 Title: TCS Sample Work Problems Questions,Aptitude/Screening Tests in TCS
|
|
| Placement Paper - TCS, Feb 23, 2012 by Chand
|
| Id:8509 Title: TCS 2012 latest placement papers, TCS 2012 written exam pattern, TCS 2012 aptitude questions 2012
|
|
| Placement Paper - TCS, Nov 02, 2011 by Jaya
|
| Id:7541 Title: TCS latest technical placement paper 2012 - TCS recruitment process 2012
|
|
| Placement Paper - TCS, Sep 16, 2011 by Chankapure
|
| Id:6972 Title: TCS latest test papers 2011
|
|
| Interview/GD Questions - TCS, Sep 15, 2011 by arunshourie
|
| Id:6946 Title: TCS INTERVIEW, GD QUESTIONS 2011
|
|
| Placement Paper - TCS, Sep 13, 2011 by Chinnu
|
| Id:6839 Title: TCS Interview Process, Recruitment Process 2011
|
|
| Placement Paper - TCS, Aug 22, 2011 by Dhanraj
|
| Id:6405 Title: TCS interview question paper August 2011
|
|
| Placement Paper - TCS, Aug 22, 2011 by Dhanraj
|
| Id:6404 Title: TCS latest placement paper August 2011
|
|
| Hot Jobs - TCS, Aug 08, 2011 by shona
|
| Id:6092 Title: TCS experienced walkin 13th and 20th august hyderabad, mumbai 2011
|
|
| Hot Jobs - TCS, Jun 12, 2011 by dhanraj
|
| Id:5284 Title: How to get Selected in TCS 2011
|
|
| Placement Paper - TCS, May 06, 2011 by Dhanraj
|
| Id:4763 Title: TCS Placement Paper questions, 2011
|
|
| Placement Paper - TCS, Apr 29, 2011 by Akshay
|
| Id:4555 Title: Latest TCS Placement Papers 2011
|
|
| Hot Jobs - TCS, Apr 12, 2011 by Ravi
|
| Id:4392 Title: vacancy at tcs for freshers 2011
|
|
| Hot Jobs - TCS, Apr 07, 2011 by shravan
|
| Id:4348 Title: job vacancies in tcs, 2011
|
|
| Hot Jobs - TCS, Mar 30, 2011 by kiran
|
| Id:4217 Title: TCS market research jobs, gurgoan 2011
|
|
| Tips/Help/General - TCS, Mar 24, 2011 by hanumaan
|
| Id:4149 Title: TCS careers, interview pattern, selection procedure, company profile, 2011
|
|
| Placement Paper - TCS, Mar 23, 2011 by sirivantha
|
| Id:4060 Title: TCS latest placement paper, interview pattern, written test questions, 2011
|
|
| Placement Paper - TCS, Mar 17, 2011 by deepak
|
| Id:3873 Title: TCS latest placement paper, interview pattern, written test questions, 2011
|
|
| view more |
|
|