Search:

Type: Posts; User: naved

Search: Search took 0.01 seconds.

  1. Thread: java (circle)

    by naved
    Replies
    3
    Views
    2,373

    java (circle)

    in java to draw a circle required 4 parameters ....what this parameter means like for eg.in c to draw a circle syntax is circle(x,y,radius)
    bt in java
    syntax :
    g.drawOval(70,90,200,200);
    what...
  2. Thread: help me !

    by naved
    Replies
    2
    Views
    812

    thnks for da ans .....but l=lower & r=higher...

    thnks for da ans .....but l=lower & r=higher index value....
    yes it is sorting efficiently .....coz i had used a binary sorting out there......
    after putting ur code it says element not found but...
  3. Thread: help me !

    by naved
    Replies
    2
    Views
    812

    help me !

    #include<stdio.h>
    #include<conio.h>
    void main()
    {
    int a[100],temp,x,n,l,r,mid,c,i,j;
    clrscr();
    printf("enter the size");
    scanf("%d",&n);
    ...
Results 1 to 3 of 3