When there is a global variable and local variable with the same name, how will you access the global variable?
No Answer is Posted For this Question
Be the First to Post Answer
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Which format specifier is used for printing a pointer value?
How do you master coding?
Why ctype h is used in c++?
What is virtual base class?
Explain how an exception handler is defined and invoked in a Program.
How Virtual functions call up is maintained?
Can I run c program in turbo c++?
What data encapsulation is in c++?
Which is most difficult programming language?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.