C Languages Interview Questions
41. | What is the difference between the =symbol and ==symbol? |
---|---|
|
|
42. | What is mean by testing? |
---|---|
Testing is the process of executing the program with sample or tested data. | |
43. | What is meant by recursive function? |
---|---|
If a function calls itself again and again, then that function is called Recursive function. | |
44. | What is a global variable? |
---|---|
|
|