Search:

Type: Posts; User: Rose_Flowers

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    2,857

    Anyone plz help me

    ppl i want some help concerned to "net send" command,
    if my network is working on domain with name DOMAIN and my workstation name is PC and i send a message to another pc in network with name PC2...
  2. Replies
    19
    Views
    43,439

    Lolzzzzz it does work when simply you access...

    Lolzzzzz
    it does work when simply you access members
    of any array using address operator particularly
    in your own functions of void type but if you use
    strcpy strcat or such any other function to...
  3. Replies
    19
    Views
    43,439

    //program to Combine Two Strings Using Pointers ...

    //program to Combine Two Strings Using Pointers
    #include<stdio.h>
    #include<conio.h>
    main()
    {
    void combine(char*,char*,char*);
    char *a="",*b="Hello",*c="World";...
Results 1 to 3 of 3