Can you please explain the difference between using macro and inline functions?
No Answer is Posted For this Question
Be the First to Post Answer
How can I learn c++ easily?
What are inline functions?
how to access grid view row?
What are the benefits of c++?
What's the hardest coding language?
What character terminates all character array strings a) b) . c) END
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
the maximum length of a character constant can be a) 2 b) 1 c) 8
What does '\r' and '\b' mean? Please explain with example.
Implement strncpy
When there is a global variable and local variable with the same name, how will you access the global variable?
Is c++ high level programming language?