I am DeePu sotware engineer working with EMC
corporation ,recently I had attended mcafee interview .
Their questions were at heights of stupidity , I don't know
what they want , I am a developer with 4 year
experienced .I am listing the questions asked
1:What is the flag in g++ to avoid structure padding
2:In wht order parameters are passed to stack
3:How you will edit code segment of an exe
Answer / sandhya.v
2:
passing parameters on the stack is slightly less efficient
than passing those parameters in registers, the register
set is very limited and you can only pass a few value or
reference parameters through registers. The stack, on the
other hand, allows you to pass a large amount of parameter
data without any difficulty. This is the principal reason
that most programs pass their parameters on the stack.
3:
For this qustion ,there is a proper answer given in this
link
http://www.arl.wustl.edu/~lockwood/class/cse306/mp/mp0/mp0.h
tml
| Is This Answer Correct ? | 1 Yes | 1 No |
Why static Function is used in C++?
What is the important feature of inheritance?
what is abstract class ? when is used in real time ? give a exp
What does sksksk mean in text slang?
What is abstraction in oop?
What is the difference between the c++ & java?
what is overloading and overriding?
Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
How to calculate the age from the date of birth by using the program?
Is this job good for future? can do this job post grduate student?
What are the 3 pillars of oop?