Write a program for Overriding.
How does free() know how many bytes to free?
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
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
I need a sort of an approximate strcmp routine?
What is sizeof in c?
What is assert and when would I use it?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
How can you convert integers to binary or hexadecimal?
What are logical errors and how does it differ from syntax errors?
what is software?
where are auto variables stored? What are the characteristics of an auto variable?
What is the Purpose of 'extern' keyword in a function declaration?