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 a house a mass structure?
What does it mean when a pointer is used in an if statement?
Array is an lvalue or not?
What is the difference between void main and main in c?
What are keywords in c with examples?
Is it cc or c in a letter?
What is the default value of local and global variables in c?
What is file in c language?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What are type modifiers in c?
What is static memory allocation? Explain
How can I do serial ("comm") port I/O?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Explain what’s a signal? Explain what do I use signals for?
What is the purpose of sprintf() function?