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
Explain can static variables be declared in a header file?
What is malloc and calloc?
What are examples of structures?
What is sizeof int?
what is the different bitween abap and abap-hr?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is a pointer value and address in c?
What is a char c?
What are the two types of structure?
Why main function is special give two reasons?
List some of the dynamic data structures in C?
How can a process change an environment variable in its caller?
What are the disadvantages of external storage class?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??