Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
stringify
//Title of this code //gcc 4.9.1 #include <stdio.h> #define print(int) printf(#int "= %d\n", int) int main(){ int x = 2, y = 3, z = 4; print(x); print(y); print(z); return 0; }
run
|
edit
|
history
|
help
0
linkedlist
C programming example implementing a function to set a specified bit in an int (from ECE 2534)
C_141203_CTYPE
switch_nota
A_141107_Potencia
Lab 9 v0.965
C_141113_euclides
Assignment 8
Linked List
fgets and basic string manipulation