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 is the difference between fread buffer() and fwrite buffer()?
can we implement multi-threads in c.
Explain what is page thrashing?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Explain how can you check to see whether a symbol is defined?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
What is the correct declaration of main?