Can you pass an array to a function in c++?
No Answer is Posted For this Question
Be the First to Post Answer
an operation between an integer and real always yeilds a) integer result b) real result c) float result
what is oops
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
What is a stack? How it can be implemented?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What are advantages of c++?
Which is best c++ or java?
Should I learn c or c++ first?
Is it possible to provide default values while overloading a binary operator?
What are the benefits of pointers?
What is a built-in function?
How the endl and setw manipulator works?