how we can connect applet with database?
Answer / balaji ganesh
#include<stdio.h>
void main()
{
int a[100],n,i,j;
clrscr();
scanf("%d",&n,printf("enter size of array:"));
for(i=0;i<n;i++)
scanf("%d",&a[i]);
for(i=0;i<n-1;i++)
for(j=i+1;j<n;j++)
if(a[i]==a[j])
{
printf("second occurence value: %d",a[i]);
break;
}
getch();
}
| Is This Answer Correct ? | 0 Yes | 2 No |
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
What is the worst case of AVL tree?
What is a singleton linked list?
can we convert .class file to dll file
Which method protects back button to retrieve old value from previous page in Struts.
how much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnn
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
What is test execution and when will we start execution please send me one example for this question
1.group by clause explain along with an example
can anyone please tell me the procedure for the NIC personal interview as i have been selected for the post of scientist/technical assistant B
how we define two jobs have same name??is it exist??
How to know we are in home page of a web application using QTP