What is c++ and its features?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
Is atoi safe?
What is OOPs
What's the hardest coding language?
What is the use of default constructor?
Which is not a valid keyword a) public b) protected c) guarded
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
What is a namespace in c++?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
What is the difference between new() and malloc()?
Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.
16 Answers BNB, FDS, Goldman Sachs, Nagarro,