What is a flag in c++?
No Answer is Posted For this Question
Be the First to Post Answer
what are the events occur in intr activated on interrupt vector table
What is the difference between a template and a macro?
Explain Text Manipulation Routines?
What are the extraction and insertion operators in c++?
How to declare a function pointer?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Will this c++ program execute or not?
What is dev c++ used for?
What is namespace & why it is used in c++?
How do you test your code?
What does return 0 do in c++?
What is functions syntax in c++?