What do you mean by global variables?
No Answer is Posted For this Question
Be the First to Post Answer
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is setf in c++?
How do you define a class in c++?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
what are function pointers?
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
What are the various situations where a copy constructor is invoked?
What is an overflow error?
Do class declarations end with a semicolon?
What is a class template?
Write a program which uses Command Line Arguments