What is p in text message?
No Answer is Posted For this Question
Be the First to Post Answer
When should the register modifier be used? Does it really help?
how 2 compile & execute c program with out using editor?
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
What is the use of clrscr?
Explain the binary height balanced tree?
Are local variables initialized to zero by default in c?
How to receive strings with spaces in scanf()
what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }
Can you please compare array with pointer?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
can anyone please tell about the nested interrupts?
find out largest elemant of diagonalmatrix