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 |
Is buffer size and file block size is similar? If similar,at which case it will be same size?
What are scrubbing procedures in SAS
Crystal report proffessional 9 to filter the issue date!!
Which of the following are Java modifiers?
.net 2005 supports how many languages?
While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
What is Meaning of Windows Application & the use of Windows Applications? with Description.
what is delegats ?