HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I
NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
Answer Posted / pbraju
I am a person of immence dedication and innovation. for me
it gives satisfaction in implementing the innovative ideas
and do things in way which not only finishes the task but
also help the organisation to save time and cost. I like to
take up challenges and win over them. for me it excites me
to explore areas of unknown teritories. it gives me
pleasure to share my ideas and learnings with team.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What are the 5 data types?
What are the different types of control structures?
How to declare pointer variables?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Is a house a mass structure?
What is a static function in c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
How do you print only part of a string?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Explain the properties of union.
What is the difference between printf and scanf )?
Place the #include statement must be written in the program?