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 is a scope resolution operator in c?
I have a varargs function which accepts a float parameter?
What is wild pointer in c?
why we are using semicolon at the end of printh statment
what is C?
Explain what is meant by high-order and low-order bytes?
Why do we need functions in c?
what type of errors are checked during compilation
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
How can you increase the size of a statically allocated array?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }