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
I've an application where i need to give access to all the
features only to admin and only few features to normal
users. Say Menu...i dont want all my menu items to be
accessible to all the users only the admin people can see
few all the features where as normal users can have access
to limited menu items...how can i achieve this. Please note
that my menu is not a database driven menu.
As per interoperatbility programs written in one language
can be used by other language.
How can we restrict the features of one language (say C#)
in the programmer written in another language (say VB)..for
example we have some features like operator overloading
which is possible C#.NET (not in VB.NET), how can we
restrict that when we are using this code in VB.NET.
You have to take 2 arrays of length 10. Input the values of
array 1 from the user. Then copy the values of array 1 to
array 2 in ascending order
For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3
then copy the smallest element i.e. 0 first followed by 1,
2 and so
I want to write a C++ language program that:
1. Reads in the size of a square from the screen;
2. Prints a hollow square of that size out of “-“, “|” and
blanks on screen;
3. Prints the same hollow square onto a text file.
The program should work for squares of all side sizes
between 1 and 20.
7
How to install BDE network ?
82
why rownum=1 works properly but not rownum=>2,=>3 etc.
what is the maximum limit of row and column of a matrix in c
programming. in linux .
23
How to Change delphi default directory?
123
Do we need Local InterBase on the client machines along with
my BDE application?
141
what is the most appropriate way to write a multi-statement
macro?
6
Can you use the Naming Service with the version of
VisiBroker that comes with Delphi 5 Enterprise?
170
what is the current salary package in India for a lamp
programmer
74
How to Change the port of a printer?
133
Explain the MasterSource/MasterFields behavior?
95
In an customer exit (include Z) program, only the last
record is getting fetched. The exit is getting called after
pressing save button. What to write for fetching the first
record ? Before saved to a SAP
table how can i call all these records in an itab in the
exit ?
98
How to insert an InterBase BLOb in Delphi using LoadFromFile? 2