C Languages Interview Questions
45. | How do you determine the length of a string value that was stored in a variable? |
---|---|
|
|
46. | Can variable name start with numbers? |
---|---|
No. variable names can't start with numbers as per the variable naming rule. | |
47. | What is the difference between functions getch() and getche()? |
---|---|
|
|
48. | Can we make our own library of functions? |
---|---|
|
|