Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Pointer Example
#include <stdio.h> int main(void) { int *ip = NULL; int i = 10; printf("Address of ip = %u\n", ip); ip = &i; printf("Content of ip = %d\n", *ip); printf("Address of ip = %u\n", ip); return 0; }
run
|
edit
|
history
|
help
0
PREGUNTA 3 - MODULO 4 TERMINADA
2.1.1 Prime numbers in different threads with thread ID
B_141202_CTYPE
1
Switch
ptr_to_ptr
B_141121_factorial01
1.4 Thread IDs
orange blue bell Einstein's piece chastitise then
lab5