why TCS selected more student in the software field from
all institution.
Answer Posted / jayasree
TCS wnt more talented person with creativity mind which
able to improve the tcs and also to implement their project
in succesfull manner within limited period of time.so they
select many student from many institution from direct
interview.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How can a program be made to print the line number where an error occurs?
What is array in C
Does c have class?
Why pointers are used?
Why do we need a structure?
Why do we use int main instead of void main in c?
Is it acceptable to declare/define a variable in a c header?
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
The difference between printf and fprintf is ?
What is line in c preprocessor?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
How important is structure in life?
Can we access array using pointer in c language?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is the purpose of scanf() and printf() functions?