Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how we can connect applet with database?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Definition of Singleton Class? what is the Purpose of it? what is the advantage?

2026


what will we require to build project with the help of oracle

1781


what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct

2112


Define Form modules, Class modules and Standard modules

1981


can we extend a class having only one parameterised constructor.Suggest the process to do it.

2455


in a VB application, where the data will be stored after manipulation? what is the syntax for that?

2217


What is the use of sas software? Is sas and sap are different?

1437


how to convert infix expression to prefix expression?

4195


what is difference between kpo and it industry? that is in terms of work, package etc

1926


How to know we are in home page of a web application using QTP

2376


Why did you ever become involved in QA/testing?

1982


we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/

1979


how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?

2308


I'm new to ABAP. What is Module pool in SAP?

2518


is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .

1936