Answer Posted / pavan sai
it is used to retrieve data within the time intervals
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain void pointer?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Explain what is the benefit of using #define to declare a constant?
How to Throw some light on the splay trees?
Explain what math functions are available for integers? For floating point?
Describe newline escape sequence with a sample program?
State two uses of pointers in C?
What is selection sort in c?
Explain what is the benefit of using enum to declare a constant?
What is return in c programming?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
How to set file pointer to beginning c?
Explain the binary height balanced tree?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is the use of #define preprocessor in c?