HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I
NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
Answer Posted / pranab
hello sir, stop bothering about what type of person i am,
rather concentrate on what type of person you are and try to
overcome your shortcomings and let us live in peace. thanks.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How many levels deep can include files be nested?
Can we declare function inside main?
What is the function of multilevel pointer in c?
What are control structures? What are the different types?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
How can you tell whether two strings are the same?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
why do some people write if(0 == x) instead of if(x == 0)?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is the use of f in c?
What is header file in c?
What is a void pointer? When is a void pointer used?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Can the size of an array be declared at runtime?