Answer Posted / a.nagendra reddy
Dennis Ritche
| Is This Answer Correct ? | 137 Yes | 6 No |
Post New Answer View All Answers
What is quick sort in c?
What are void pointers in c?
Explain how can I open a file so that other programs can update it at the same time?
What is the difference between array_name and &array_name?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What are the 4 data types?
What is table lookup in c?
What is the difference between far and near in c?
What is oops c?
Compare and contrast compilers from interpreters.
How can I implement sets or arrays of bits?
How can I find out how much free space is available on disk?
What is the function of multilevel pointer in c?
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
Write a progarm to find the length of string using switch case?