give me an example for testing a program showing the test path
.show how the test is important and complex.
What will happen if when say delete this ?
What programming language should I learn first?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is the latest version on c++?
What is the latest c++ standard?
Are there any special rules about inlining?
How do I use turbo c++?
Can inline functions have a recursion? Give the reason?
Can a program run without main?
When a function is made inline. Write the situation where inline functions may not work.
What is the difference between *p++ and (*p)++ ?
Can you please explain the difference between using macro and inline functions?