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

Post New Answer

More C++ General Interview Questions

What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

0 Answers  


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.

1 Answers  


Explain the use of virtual destructor?

0 Answers  


What are shallow and deep copy?

0 Answers  


What is & in c++ function?

0 Answers  






Explain shallow copy?

0 Answers  


what is meaning of isa and hsa

1 Answers  


How do I run a program in notepad ++?

0 Answers  


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. --- │ │ │ │ │ │ ---

0 Answers  


What is the meaning of string in c++?

0 Answers  


What is the object serialization?

0 Answers  


How would you call C functions from C++ and vice versa?

0 Answers   Genpact,


Categories