Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
No warnings!!!
//Title of this code //gcc 4.9.1 #include <stdio.h> typedef enum {FOO, BAR} Baz; int main(void) { Baz f1 = FOO; typeof(Baz) f2 = FOO; return (f1 == f2); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Q1.c
Arrays
Largest and Second Largest number in an array
sreesasu
Assignment 7
sume of diagonal v.1
In Class 1.23.17 Bit operations
json string formatter
digitodentrodenumero
linear hybrid cellular automaton utilizing rules 90 and 150 with period of (2^64)-1 for generating high quality random bits is reversible
Please log in to post a comment.