Answer Posted / varun
1.yes
2.no
3.yes
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What are the advantages of using pointers in a program?
Is there finally in c++?
What is difference between array and vector in c++?
what is c++
Which bitwise operator is used to check whether a particular bit is on or off?
What is the difference between *p++ and (*p)++ ?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Does c++ have finally?
What is the use of setfill in c++?
What is c++ coding?
Explain how to initialize a const data member.
How does list r; differs from list r();?
Why main function is special in c++?
How are pointers type-cast?
Explain what you mean by a pointer.