How much do coding jobs pay?
No Answer is Posted For this Question
Be the First to Post Answer
diff between pointer and reference in c++?
What is the difference between new/delete and malloc/free?
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,
When do we run a shell in the unix system? How will you tell which shell you are running?
What is the difference between Pointer and a Reference? When you would use them?
What is data abstraction? How is it different from data encapsulation?
Explain function overloading
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
How do you define a class in c++?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What is vector processing?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char