what is the difference between delegation and containership?
What type of web applications are created in magento.
Is it true that a Web service must be written in .NET or not?
Write a program of advanced Fibonacci series.
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
What is mvc in c#?
What is a workflow? What all are its components?
How do I change the download location in windows 8?
Define “speculative execution” in hadoop?
What is the use of WSDL.exe utility?
What are autoboxing and unboxing? When does it occur?
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(); }
Which is the root namespace for fundamental types in .net framework?
Explain different types of index?
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.