What will strcmp("Astring", "Astring"); return
a) A positive value
b) A negative value
c) Zero
No Answer is Posted For this Question
Be the First to Post Answer
How to declare an array of pointers to integer?
What are the different types of polymorphism in c++?
Which one between if-else and switch is more efficient?
What is late binding c++?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Explain the pure virtual functions?
Difference between static global and global?
16 Answers Microsoft, Symphony, Wipro,
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
What do you understand by pure virtual function? Write about its use?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Why seem interrupt handlers as member functions to be impossible?