Is there structure in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is an associative container in c++?
What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;
How size of a class can be calulated?
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
What does flush do?
How to access a variable of the structure?
write a program that takes 5 digit no and calculate 2 power that no and print it.
What is an accessor in c++?
What are function prototypes?
Shall we use 'free' to free memory assigned by new, What are the further consequences??
Describe new operator?
You run a shell on unix system. How would you tell which shell are you running?