Search:

Type: Posts; User: shrikanth

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,896

    lets just replace ur variables x and p by...

    lets just replace ur variables x and p by something interesting,
    lets think ur home "address" is amity_villa.
    i,e
    amity_villa=address of Aphex's home.
    or

    amity_villa=&Aphex_home;

    ...
  2. Thread: C Problem

    by shrikanth
    Replies
    9
    Views
    1,378

    Elysia: thanks for ur advice on using void and...

    Elysia: thanks for ur advice on using void and usin uninitialized vars, i'l keep these in mind..
    But i couldn't use getchar and immediately print d char entered as sanjay.nitk wanted.. anyway i'l...
  3. Replies
    6
    Views
    1,501

    Number to word

    well this is very simple, i hav done it till 999, u can make necessary modifications for 1000 and bigger nos..


    #include <stdio.h>

    int main()
    {
    int n=0,digits=0,m=0;
    clrscr();
    ...
  4. Thread: C Problem

    by shrikanth
    Replies
    9
    Views
    1,378

    #include int main() { char...

    #include<stdio.h>

    int main()
    {
    char ch,choice;
    int val=0;
    clrscr();
    while(val)
    {
    printf("\nenter the char\n");
  5. Replies
    2
    Views
    987

    honestly i didn't got wat u r tryin to do with...

    honestly i didn't got wat u r tryin to do with this code.. can u elaborate ur problem statmnt..?
Results 1 to 5 of 7