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 |
Full from of MP3?
what is the use MDM(Master Data Management)and meaning
Write a program to swap the content of two variables without using a third variable.
what is difference between restoring and non restoring division?
Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?
In Java what is the difference between following two statements ? int a[],b; int []a,b;
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
0 Answers DST Global Solutions,
how much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnn
how do find the user exit for selected feild whatis the process and can u plz explain it
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
What is the Super Class of Exception in java?
11 Answers Andesa Services, Benchmark, CitiGroup, CMC, Evergent, KOT Systems, Value Labs, Vijay infoart Solutions,
Write a program to read and print a text file on screen