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 is a mutable member?
What is cout flush?
What is the use of register keyword with the variables?
What is an operator in c++?
3- Write a program to find larger and smaller of the two numbers.
Explain differences between new() and delete()?
What's the order in which the objects in an array are destructed?
What are the new features that iso/ansi c++ has added to original c++ specifications?
How can we check whether the contents of two structure variables are same or not?
How do you clear a buffer in c++?
why c++ is not called strictly d super set of c?
Define private, protected and public access control.