Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
|
Privacy
Lol
//gcc 5.4.0 #include <stdio.h> #include <stdlib.h> struct linked_list { int number; struct linked_list *next; }; typedef struct linked_list node; int main() { node *head; head = (node *)(sizeof(node)); printf("input no: "); scanf("%d",&head->number); printf("%d",head->number); head->next =0; return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Lab 5 HW Spring 2017 v1.1
pointer example 3
Practica 5 fibonacci
PREGUNTA 3 - MODULO 4 TERMINADA
assignment5
C_141105_PuntosTriangulo
Comment.c
Project 3 part 2 Book v0.5
SUDOKUS CORRECTOS
C programming example that implements a modified string length function (from ECE 2534)
Please log in to post a comment.