Search:

Type: Posts; User: britto116

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,196

    reference book

    hi i need reference book for structures and functions alone in "c" which book is best and i need link for free download
  2. Replies
    3
    Views
    1,028

    need example coding

    hey some one help me ... i need codings using integer, octal,hexadecimal numbers............. then in which part of program we use this..................... i had this doubt while i studied INTEGER...
  3. Replies
    1
    Views
    931

    link to download

    i need link to download balaguruswamy PROGRAMMING IN C program solutions
  4. Thread: decleration

    by britto116
    Replies
    2
    Views
    1,885

    decleration

    #include<stdio.h>
    #include<conio.h>
    void main()
    {
    char far *s1,*s2;
    clrscr();
    printf("%d %d",sizeof(s1),sizeof(s2));
    getch();
    }
  5. Thread: symbols

    by britto116
    Replies
    1
    Views
    1,450

    symbols

    whats d different between %d and %i ..... where %d wil be use and %i wil use
  6. Thread: data types

    by britto116
    Replies
    12
    Views
    1,499

    c data types

    clear view s....... int x= 5 is valid but int x=50000 is not valid y?........ ie bytes how they r converting and how it stores in memory .....
  7. Thread: data types

    by britto116
    Replies
    12
    Views
    1,499

    data types

    my query s about data types .........
    int 2 byte (means 16 bit) so how the dATAS ARE STORING I NEED CLEAR EXPLANATION
    NOT ONLY INT FOR CHAR ,FLOAT,LONG ,DOUBLE SHORT ........ THEN SIGNED...
  8. Thread: about c

    by britto116
    Replies
    6
    Views
    1,117

    thank

    thank u
  9. Thread: about c

    by britto116
    Replies
    6
    Views
    1,117

    about c

    why they named as c programing y not d ,e .........
    Then difference between structured programming and non- structured programing
    Then what is the meaning for (#) which is used in...
Results 1 to 9 of 9