#include <stdio.h> struct Node { int data; struct Node*next;}; int main() { int sizeOfNode = sizeof(struct Node); int sizeofInt = sizeof(int);
Standard input is empty
#include <stdio.h> struct Node { int data; struct Node*next; }; int main() { int sizeOfNode = sizeof(struct Node); int sizeofInt = sizeof(int);
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!