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 |
Hi, main() { } Is a user defined function or Built in Functionn
What is a program flowchart and explain how does it help in writing a program?
Differentiate between new and malloc(), delete and free() ?
Is flag a keyword in c?
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
code for copying two strings with out strcpy() function.
How can I delete a file?
Explain which function in c can be used to append a string to another string?
how to sort two array of characters and make a new array of characters.
How we can insert comments in a c program?
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
Can the curly brackets { } be used to enclose a single line of code?