int main() { int d = 10; int m = 2; int y = 3603; int c = 0; int val; val = ( d + m + y + (y/4) + c) % 7; cout << val; return 0; }
Can you vlookup across multiple sheets?
What are the differences between DMT and G.Lite?
What are contextual selectors?
How do the rough endoplasmic reticulum and the Golgi apparatus act in the production and releasing of proteins?
What are unworked items in blue prism?
where are the passwords for ITS stores?
why Lightening Arrester Probe sharp at Top of telecom tower.
Why Motorola?
How is the mm module integrated with other modules of sap?
What is difference between pass and continue in python?
How would you perform unit-testing on your python code?
Are you in or at the office?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
Explain the difference between etl tool and olap tools?