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 |
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
How do I swap bytes?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
What is the use of bitwise operator?
what are the advantage and disadvantage of recursion
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
What is the use of putchar function?
write a program to print the one dimensional array.
Why & is used in scanf in c?