Answer Posted / ehsan
The time between sending and receiving the data,
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is it better to use malloc() or calloc()?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Can you pass an entire structure to functions?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is the best way of making my program efficient?
What is volatile, register definition in C
When a c file is executed there are many files that are automatically opened what are they files?
What is sizeof return in c?
Are enumerations really portable?
What is meant by int main ()?
What is hungarian notation? Is it worthwhile?
Write a code on reverse string and its complexity.
How can I copy just a portion of a string?
Why is struct padding needed?
What is scope rule in c?