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

Answer Posted / asha

it not only selects students from s/w field but also frm
all other fields bcoz they want to train students frm other
field who are really talented

Is This Answer Correct ?    11 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

4828


What is a static function in c?

610


Compare and contrast compilers from interpreters.

673


What are the types of variables in c?

572


What is return type in c?

633






What are keywords in c with examples?

596


How to write c functions that modify head pointer of a linked list?

537


What do you mean by c?

578


Are global variables static in c?

664


Should I learn c before c++?

587


What are register variables? What are the advantage of using register variables?

671


What is the modulus operator?

726


What are structures and unions? State differencves between them.

605


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

902


What is use of #include in c?

587