Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1208


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.

2150


What is the difference between ā€˜g’ and ā€œgā€ in C?

4097


What is volatile c?

1090


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1134


How do I create a directory? How do I remove a directory (and its contents)?

1228


Write a program to reverse a given number in c language?

1166


What is the use of bit field?

1240


#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??

2013


Why dont c comments nest?

1113


How many types of operator or there in c?

1140


What is the difference between text and binary modes?

1244


What are the application of void data type in c?

1238


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1777


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

1112