why r u join this company? give solid resons.
Answer Posted / tarun
THis is vary biggest company and this company market value
is good and futere is good andsecond think my second
placement is good
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the maximum no. of arguments that can be given in a command line in C.?
Is c++ based on c?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is integer constants?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is a constant?
Explain data types & how many data types supported by c?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Is c is a middle level language?
What are the advantages of using macro in c language?
Did c have any year 2000 problems?
What is build process in c?
Why we use break in c?
Why is c called a mid-level programming language?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration