which structured data type is not used in c++?
1.union 2.structure 3.string 4.boolean
Answers were Sorted based on User's Feedback
What is the difference between static polymorphism and dynamic polymorphism?
When not to use object oriented programming?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Which is better struts or spring?
WAP to generate 2n+1 lines of the following pattern on the computer screen:
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
what is new operator in c++
WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,
What is encapsulation selenium?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
i^=j; j^=i; i^=j; value of i,j