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 |
What are multidimensional arrays?
write a program to display all prime numbers
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
Why does everyone say not to use scanf? What should I use instead?
what is a c-language.what is do.
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
What are loops in c?
i want to know the procedure of qualcomm for getting a job through offcampus
Explain what is meant by high-order and low-order bytes?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.