Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
union behaviour when const obj created
//gcc 5.4.0 #include <stdio.h> #include<stdlib.h> #include<string.h> union employee { char name[6]; int age; float salary; }; const union employee e1; int main(void) { strcpy(e1.name,"elxsi"); printf("%s\n",e1.name); e1.age=8584733; printf("%d\n",e1.age); printf("%f",e1.salary); return 0; }
run
|
edit
|
history
|
help
0
Stub Program for Problem 6 HW 2
second P
C_141106_Potencia
My first structure
Bitwise Xor Swaping Two Variables
ayudantia ejercicio 2 numero nashee
Project 3 part 2 Book v10.2
Score
150115_MatrizTodosDistintos
Swiss Infotech Tutorial