why you will give me a job in TCS.
Answers were Sorted based on User's Feedback
Answer / sumit
Its a simple economics, you want man power with required
skill set and I want money for my livelihood.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / harshithadesai
to encourage freshers & freshers may have good technical
skills
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rahul
Did you ask the interviewer this question or the interviewer
asked you this?
| Is This Answer Correct ? | 1 Yes | 1 No |
How do you write a program which produces its own source code as its output?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Write any data structure program (stack implementation)
What is volatile in c language?
what about "char *(*(*a[])())();"
Explain the use of function toupper() with and example code?
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
count the numbers between 100 and 300, that star with 2 and ends with 2
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
What is variable initialization and why is it important?
String concatenation
If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 Answers Microsoft, Motorola,