how we can connect applet with database?



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

Post New Answer

More Programming Languages AllOther Interview Questions

For C sharp,At the time of software is implemented at client site, is it required that client machine have C sharp(Microsoft Visual Basic) setup?

1 Answers   Honeywell,


how to write the fallowing code in java? 1 4 9 16 25 36 49 64 81 100

1 Answers  


how does database connection using ADO.NET?

0 Answers  


How to get the index of the clicked field in reports in ABAP?

0 Answers   Deloitte,


what is dot net framework

0 Answers   NIC,






How to find out the user exit for va01.

1 Answers  


Difference between HTML and DHTML?

0 Answers  


what is the abap/4

1 Answers  


purpose of abstraction and interface

0 Answers  


if try is followed by finally block what happen to exception occured in try block

3 Answers   Professional Access,


what is the meaning of without standing arrears?

0 Answers   TCS,


Difference between abstract class and Interfaces in Java

9 Answers   Nest, Persistent, Yantro Software,


Categories