Does Delphi have an equivalent to the Visual Basic SendKeys
function?
103
How to Perform undo on an edit control?
96
How to set the Wallpaper on Windows98/2000 when
ActiveDesktop is turned on?
101
Can java compiler skips any statement during compilation
time?
133
Write a program which has the following seven functions.
The functions should be:
• main() this calls the other 6 functions
• fget_long() a function which returns a long data
type from a file
• fget_short() a function which returns a short
integer variable from a file
• fget_float() a function which returns a floating
point variable from a file
• fprt_long() a function which prints its single,
long argument into a file
• fprt_short() a function which prints its single,
short argument into a file
• fprt_float() a function which prints its single,
floating point argument into a file.
You should use fscanf() to get the values of the variables
from the input (the file) and fprintf() to print the values
to the other file. Pay attention to using the correct
format for each of the data types.
68
hi i m deepak
my shedule for NIC pi is 17 Apr
please contact me if anybody has interview on same day
or give me some idea who have faced
82
What to use in Kylix, as a possible replacement for
ShellExecute in Windows?
178
How to update a data for the views in the relational data
base schema
195
a) Identify the following declarations.
Ex.
int i
(integer variable) float a[l0](array of 10 real nos)
int (*f())()
void *f
int (*f()) []
void *f
int f[] [] []
char *(*f) ()
int (*f[]) []
float(*f) [] []
float **f
int ******f
91
How to avoid expanding a tree node when double-clicking on it?