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 the 2 main types of data structures?

0 Answers  


What are the benefits of pointers?

0 Answers  


Why c++ is the best language?

0 Answers  


Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables

2 Answers   BirlaSoft, Crayonz,


What is == in programming?

0 Answers  






What is difference between array and vector in c++?

0 Answers  


What are maps in c++?

0 Answers  


Mention the ways in which parameterized can be invoked.

0 Answers  


What is the first name of c++?

0 Answers  


What is an ABC: an "Abstract Base Class"?

1 Answers  


Give an example of run-time polymorphism/virtual functions.

0 Answers  


Explain about Virtual Function in C++?

0 Answers  


Categories