Question about C string literalsIf this array's name points to the first character of the string so that it knows where the string s...
C structConsider this code: [code] struct names { int x; }; [/code] Initialize a variable of struct ...
Question about C structSo [code]struct names[/code] is 1 type?
Question about C struct[code] struct names { char mine[7]; char his[7]; }; struct names names1; [/code...
This user does not accept Private Messages