C Languages Interview Questions
13. | How do you close the file? |
---|---|
The file is closed by the statement fclose(file_pointer); | |
14. | What is the difference between Logical AND and Bitwise AND? |
---|---|
|
|
15. | Can you pass an entire structure to functions? |
---|---|
|
|
16. | What is the difference between memcpy() & strcpy() functions in C? |
---|---|
|
|