-
What is the output of this code?
if(condition)
{
printf("hello");
}
else
{
printf("world");
}
-
-
-
Partial class
where do you use partial class ? Explain with real time scenario of the usage ?
-
-
Access the members of child class
How is that we can make a parent class to access the members of child class?
-
-
Floating Point Numbers
Why in c++ (0.1 + 0.1) is not equal to 0.2 ??
Call the method to presentation layer
If there is a class library called numbers and method add num.How will you call the method to presentation layer?
Memory of Class Member Variable
The memory of class member variable is of which type?
a. memory [address]
b. Address decoding
c. Memory Refresh
d. ALL
Ans