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 |
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?
how to write the fallowing code in java? 1 4 9 16 25 36 49 64 81 100
how does database connection using ADO.NET?
How to get the index of the clicked field in reports in ABAP?
what is dot net framework
How to find out the user exit for va01.
Difference between HTML and DHTML?
what is the abap/4
purpose of abstraction and interface
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?
Difference between abstract class and Interfaces in Java
9 Answers Nest, Persistent, Yantro Software,