user16217248

3,119
reputation
19
19
37

profile for user16217248 on Stack Exchange, a network of free, community-driven Q&A sitesprofile for user16217248 at Stack Overflow, Q&A for professional and enthusiast programmersprofile for user16217248 at Programming Language Design and Implementation Stack Exchange, Q&A for designers and implementers of computer programming languages

Interested in programming and the physical sciences. C and C++ are my favorite programming languages and deepest areas of expertise.

Checking for and reporting errors is important:

#include <stdio.h>
int main(void) {
    return puts("Hello world!") < 0;
}