What are the different types of comments allowed in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are static member functions?
What can I use instead of namespace std?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
How is objective c different from c++?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Describe new operator and delete operator?
What apps are written in c++?
What are static variables?
Array base access faster or pointer base access is faster?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
Which is better turbo c++ or dev c++?