being a chemical engineer and with an aggregate of 80% why you
opt for TCS and not your core industry?
Answer Posted / 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 |
Post New Answer View All Answers
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is the difference between āgā and āgā in C?
What is volatile c?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
How do I create a directory? How do I remove a directory (and its contents)?
Write a program to reverse a given number in c language?
What is the use of bit field?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Why dont c comments nest?
How many types of operator or there in c?
What is the difference between text and binary modes?
What are the application of void data type in c?
#include
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above