Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
J
//gcc 5.4.0 #include <stdio.h> char fun(void) { printf("world\n"); } char fun1(void) { printf("hello\n"); } char fun2(void) { printf("বাল"); } void select(char (*fnptr[3])(void),int idata) { (*fnptr[1])(); } int main(void) { char (*fn[3])(void)={fun,fun1,fun2}; select(fn,10); return 0; }
run
|
edit
|
history
|
help
1
Singly LinkedList.c
Matrices de cadenas con *punteros
Rotación matriz anti horaria
18BCE2182 ASSESS_3 Q1
blue point
StructSurvey
Atleti
PREGUNTA 2, GUÍA 4, MÓDULO 3
Assignment 3
staircase