why r u join this company? give solid resons.
Answer Posted / harrie007
To pursue a dynamic and challenging career with your
esteemed organization of , it will give me value addition
to my career as well as will also offer opportunity to
enhance my professional skills.
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
Why c language?
Why double pointer is used in c?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Do character constants represent numerical values?
Describe wild pointers in c?
How can a number be converted to a string?
Can we compile a program without main() function?
Can include files be nested? How many levels deep can include files be nested?
What is a sequential access file?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Where does the name "C" come from, anyway?
How many levels deep can include files be nested?
What are the properties of union in c?
Ow can I insert or delete a line (or record) in the middle of a file?