why TCS selected more student in the software field from
all institution.

Answer Posted / jj

TCS provide the service to different clients on different
technologies,to do the that task need manpower and moreover
to get the projects from client's have to show manpower
with their qualification , in which institute has got the
degree also important to the client and technology.

Is This Answer Correct ?    32 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #include stdio h and #include conio h?

588


What is LINKED LIST? How can you access the last element in a linked list?

621


What is meant by keywords in c?

606


Can a file other than a .h file be included with #include?

672


In C programming, how do you insert quote characters (‘ and “) into the output screen?

875






How can you find the exact size of a data type in c?

587


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

1105


When should we use pointers in a c program?

618


what is reason of your company position's in india no. 1.

1767


Process by which one bit pattern in to another by bit wise operation is?

608


What is wrong with this initialization?

575


Which node is more powerful and can handle local information processing or graphics processing?

811


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

1502


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

627


How can you convert integers to binary or hexadecimal?

604