- Q Explain about Memory Management in .NET?
- Q What is the difference between intent and intent-filter?
- Q What is the relationship between an event-listener interface and an event-adapter class?
- Q Distant objects are visible as a little out of focus in the condition:
- Q International Anti-Corruption Day is observed on which date
- Q What are all needed for Correspondence ( Pre-requisites)?
- Q What are difference between Global.asax and HTTPModule?
- Q The United Nations declared 1994 as which International Year?
- Q Ethno Science- Social and Cultural issues in Science Education- Explain
- Q How is it possible to make 3D letters in GIMP?
-
Q
Find the output for the following C program
#include
int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i