User: johnmerlino

  • Public profile

User profile: johnmerlino

User info
User name:johnmerlino
History
Joined:
Number of posts:110
Latest posts:

Segmentation fault (core dumped)
Anyone know why this gives me segmentation fault? [code]#include <stdio.h> double atof(char s[...

for and do while loops
I this notation: [code]for (; *strings[i]; i++)[/code] the same as: [code]do { i++ } wh...

why does this while loop work?
The below function confuses me. Basically, since unsigned integers use a two's complement system, we...

the backspace character
In the following char array, notice the use of a backspace character in a string literal: '\b'. [...

how does clock return the same value every 72 minutes?
I am reading up on the clock() function: http://www.tutorialspoint.com/c_standard_library/c_funct...

This user does not accept Private Messages