Search:

Type: Posts; User: Abid Ali

Search: Search took 0.01 seconds.

  1. #include void main (void) { int...

    #include <stdio.h>
    void main (void)
    {
    int a,b,c;
    printf ("enter a no");
    for (a=1;a<6;a++)
    scanf ("%d",&a);
    c=a*b;
    printf ("%d*%d=%d",a,b,a*b);
    }
  2. me a newbei soo... actually having loads of...

    me a newbei soo... actually having loads of problem..
    actually i want to make a program in which i want to make a table of 2... i.e
    2*1=2
    2*2=4 and so on...
    i want u pplz to explain what to do...
  3. Replies
    160
    Views
    1,219,423

    Sticky: can u ppl share me an idea abt how is Object...

    can u ppl share me an idea abt how is Object Oriented Programing by Robert Lafore for a newbie???
  4. newbei at C programin.. plz hlp .. paper on 17th nov.. :(

    i want to make a table of 2 ok... a simple program.. now i`m having problms in for loop.. plz can ne 1 explain me.. the whole program... also the coding and how it work ...
Results 1 to 4 of 4