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 :: operator in c++?
what are the iterator and generic algorithms.
Why do we use classes in c++?
Is c++ the most powerful language?
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is implicit pointer in c++?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
What is the topic of the C++ FAQ list?
What is an Iterator class?
What do you mean by function overriding & function overloading in c++?