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
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Explain About fork()?
to find the closest pair
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
What is a floating point in c?
Why array is used in c?
What is enumerated data type in c?
What is a structure member in c?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is the best organizational structure?
Explain about C function prototype?
What is getch() function?
Can we increase size of array in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is the significance of scope resolution operator?