What's the value of the expression 5["abxdef"]?
No Answer is Posted For this Question
Be the First to Post Answer
what do you mean by exception handling in C++?
What is the difference between malloc, calloc and realloc?
What are pass by value and pass by reference?what is the disadvantage of pass by value?
What are the major differences between C and C++?
What are the advantages/disadvantages of using #define?
What is the difference between Stack and Queue in C++?
0 Answers Global Logic, iNautix,
What does malloc return in C and C++?
Explain about Searching and sorting algorithms with complexities
How to generate random numbers in C++ with a range?
How will you execute a stack using a priority queue? (Push and pop should be in O (1)).
What is wrong with this statement? std::auto_ptr ptr(new char[10]);
Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }