Difference between strdup and strcpy?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ still in demand?
how is returning structurs from functions?Show an eg?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
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,
What is called array?
Explain the auto storage classes in c++.
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
WHAT IS THE ABREVATION OF FORTRAN?
What are features of c++?
Friend functions can access private and protected members of a class.
Write my own zero-argument manipulator that should work same as hex?
What is the difference between global variables and local variable