What is dev c++ used for?
No Answer is Posted For this Question
Be the First to Post Answer
What is a sequence in c++?
What are the benefits of c++?
Define a way other than using the keyword inline to make a function inline?
Can I learn c++ without learning c?
What is volatile and pragma? When they are used?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Explain how a pointer to function can be declared in C++?
Explain the uses of static class data?
Is c++ pass by reference or value?
Why do we need pointers?