Search:

Type: Posts; User: ticktoc09

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,385

    thanks guys. fgets and a simple format specifier...

    thanks guys. fgets and a simple format specifier for scanf works too as I did some research..


    scanf("%[^\n]]s",str2)
  2. Replies
    5
    Views
    1,385

    A noob need help

    Im a noob in C and I got this simple code working..


    #include <stdio.h>
    #include <conio.h>
    #include <string.h>

    int main ()
    {
    char str1[20]="burke",str2[20];
Results 1 to 2 of 2