we all know about the function overloading concept used in
C++ and we all learnt abt that.... but that concept is
already came in C in a very smaller propotion ... my
question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION
OVERLOADING IS USED in C language?????????????
I use turbo C which allocates 2 bytes for integers and 4
bytes for long. I tried to declare array of size 500000 of
long type using the following code...
long *arr;
arr=(long *)(malloc)(500000 * sizeof(long));
It gives a warning that "Conversion may lose significant
digits in function main"...
And the resulting array size was very less around 8400 as
compared to 500000. Any suggestions will be welcomed....
Write a programm such that
if user enter 11.25 it roundup to 11
but if user enter 11.51 upto 11.99 it will round up to 12
i.e.;convert the floting point value into integer format as
explain above..
25
Design a program which assigns values to the array
temperature. The program should then display the array with
appropriate column and row headings.
113
what are the difference between ANSI C and Let Us c and Turbo C
Write a C program to fill a rectangle using window scrolling
324
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
what does ‘#include’ mean?
6
what are advantages of U D F?
120
pgm to find number of words starting with capital letters
in a file(additional memory usage not allowed)(if a word
starting with capital also next letter in word is capital
cann't be counted twice)
Hai what is the different types of versions and their
differences
55
can anyone suggest some site name..where i can get some
good data structure puzzles???
167
i want to know the procedure of qualcomm for getting a job
through offcampus
145
what r the cpu registers r ther?
111
How to draw the flowchart for structure programs?
248
In CMM or CMMI certified organizations,we assess only the
standard software processes of the organization. We do not
assess the organizations other functional departments like
HR or Admin. Then how can we certify the entire
organization as CMM level company?? We have assessed only
software related activities. Right. There is no relation
with other departments like Accounts, HR or Admin.
Then how can we claim that the whole company is a CMM
certified company?