Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Is const really const? Yes
//gcc 5.4.0 #include <stdio.h> int main(void) { static const char unmutable_chr = 'A'; char * mutable_ptr = (char *)&unmutable_chr; printf("unmutable: %c, mutable: %c at %p\r\n", unmutable_chr, *mutable_ptr, mutable_ptr); *mutable_ptr = 'B'; printf("unmutable: %c, mutable: %c at %p\r\n", unmutable_chr, *mutable_ptr, mutable_ptr); return 0; }
run
|
edit
|
history
|
help
0
Generic Singly Linked List
18BCE2182 ASSESS_1 Q1-7
PREGUNTA 2, GUÍA 4, MÓDULO 3
avance 2 guía 4
shrinken shraken shrank leave as no cold call acces program unles clownbtweak blue voda
swap_bitwise.c
funciones matrices
tremendo codigaso ayudantia
left significant peace as unison real manual user
Spring 2017 Lab 4 v1