What is const in c++?
No Answer is Posted For this Question
Be the First to Post Answer
When does the c++ compiler create temporary variables?
Does std endl flush?
What is the size of integer variable?
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?
What is c++ stringstream?
Why is c++ still used?
What is oop in c++?
What is meant by reference variable in C++?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Which one is a preferred language C or C++? Why?
Why do we use structure in c++?
wap to accept 10 numbers & display the number of odd and even numbers??