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
How can I implement a delay, or time a users response, with sub-second resolution?
Is c programming hard?
Can you explain the four storage classes in C?
Is struct oop?
Why c is called free form language?
What's a good way to check for "close enough" floating-point equality?
difference between Low, Middle, High Level languages in c ?
What are the disadvantages of c language?
Explain what is the use of a semicolon (;) at the end of every program statement?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
How can I write a function that takes a format string and a variable number of arguments?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What are the types of c language?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What are examples of structures?