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
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
Explain the use of virtual destructor?
What are shallow and deep copy?
What is & in c++ function?
Explain shallow copy?
what is meaning of isa and hsa
How do I run a program in notepad ++?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is the meaning of string in c++?
What is the object serialization?
How would you call C functions from C++ and vice versa?