plx somebody help me with this code :P
static variablesohh thanks :)
static variablesvoid func1(int i){ static int staticInt = i; cout << staticInt << endl; } int main(){ func1(...
meaning of the statment const char * GetName() const; this is a member function of a class ..what is the exact meaning of t...
random number#include<iostream.h> #include<conio.h> #include<stdlib.h> main() { int r=0,b=0; int a[10...