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 'Copy Constructor' and when it is called?
How to reduce a final size of executable?
How is memory managed in C++?
Define whitespace in C++.
Explain about vectors in c ++?
What are static type checking?
List out function which we can call without using object
What is purpose of abstract class?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
Can c++ be faster than c?
Write about a nested class and mention its use?
How does list r; differs from list r();?