being a chemical engineer and with an aggregate of 80% why you
opt for TCS and not your core industry?
Answer / ritu amera
i want to join tcs becoz of two main reasons,the first is
it was my keen intrest to join some software sector and the
second is TCS is fastest growing it sector company which
ensures me my growth at a more rapid rate that i could getb
being a chemical engineer...
hope it will help u....
| Is This Answer Correct ? | 7 Yes | 0 No |
What are the different types of objects used in c?
A program to write a number of letters and numbers, such as counting and display
What is the use of typedef in structure in c?
How will you allocate memory to a double pointer ?
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
what is the difference between 123 and 0123 in c?
void main() { int i=5; printf("%d",i+++++i); }
What is pass by reference in c?
What is string function c?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is a macro in c preprocessor?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);