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

Answer Posted / viji

Becoz they need manpower to implement their projects and to
give their best output in all their aspects.....

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c faster?

583


What are called c variables?

568


What does void main return?

597


What are pragmas and what are they good for?

565


Is it possible to execute code even after the program exits the main() function?

801






Why ca not I do something like this?

583


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

670


How can I sort more data than will fit in memory?

619


Should a function contain a return statement if it does not return a value?

588


What is c language used for?

551


What is external variable in c?

605


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1998


What is function pointer c?

579


What is the maximum length of an identifier?

657


Write a program to generate random numbers in c?

652