why TCS selected more student in the software field from
all institution.
Answers were Sorted based on User's Feedback
Answer / jj
TCS provide the service to different clients on different
technologies,to do the that task need manpower and moreover
to get the projects from client's have to show manpower
with their qualification , in which institute has got the
degree also important to the client and technology.
| Is This Answer Correct ? | 32 Yes | 5 No |
Answer / viji
Becoz they need manpower to implement their projects and to
give their best output in all their aspects.....
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / jayasree
TCS wnt more talented person with creativity mind which
able to improve the tcs and also to implement their project
in succesfull manner within limited period of time.so they
select many student from many institution from direct
interview.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / asha
it not only selects students from s/w field but also frm
all other fields bcoz they want to train students frm other
field who are really talented
| Is This Answer Correct ? | 11 Yes | 8 No |
Answer / mayank dwivedi
TCS is one of the global organization in the field of information, communication technology, it is having major client around the world and in order to fulfill thier needs, demands they require skilled technical manpower.
| Is This Answer Correct ? | 0 Yes | 2 No |
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
what is differnence b/w macro & functions
What is the g value paradox?
write a programe returns the number of times the character appears in the string
write a programming in c to find the sum of all elements in an array through function.
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
Is it fine to write void main () or main () in c?
What is the difference between declaring a variable and defining a variable?
Where are local variables stored in c?
What is the role of this pointer?
Explain what are global variables and explain how do you declare them?
what is the hexidecimal number of 4100?