C Languages Interview Questions
41. | How many arguments can be passed to a function in C? |
---|---|
|
|
42. | What is the difference between memcpy() and memmove() functions in C? |
---|---|
|
|
43. | What is a sequential access file? |
---|---|
|
|
44. | What is meant by protocol? |
---|---|
Protocol is nothing but a set of rules to be followed by a programmer. | |