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 |
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
Expand the following a) ISDN b) CASE c) CSMA/CD d) OOPS e) MIMD
what type of exceptions & problems are faced in production time at java technology?
what is throws keyword
What are scrubbing procedures in SAS
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
which book we learned this mantis? how many version are realsed this mantis upto now?
How to convert numeric value into words in c#????plz suggest me the coding of this question???
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??