summaryrefslogtreecommitdiff
path: root/Teach_Yourself_C_in_24_Hours/hour24.ipynb
blob: 0db0f3ec6a3b17fc1bb6f1ea223ab88557431106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
 "metadata": {
  "name": "",
  "signature": "sha256:2892cdbf82debfaaf5bd321dc73cce7cbc035bf0ab81bdbe14335d47dded8155"
 },
 "nbformat": 3,
 "nbformat_minor": 0,
 "worksheets": [
  {
   "cells": [
    {
     "cell_type": "heading",
     "level": 1,
     "metadata": {},
     "source": [
      "Hour 24: Where Do you Go from Here?"
     ]
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 24.1, Page No.410"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "#Dynamic Memory Allocation is not available in python, so the code for the given programme is skipped."
     ],
     "language": "python",
     "metadata": {},
     "outputs": [],
     "prompt_number": 1
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 24.2, Page No.415"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "#Dynamic Memory Allocation is not available in python, so the code for the given programme is skipped."
     ],
     "language": "python",
     "metadata": {},
     "outputs": [],
     "prompt_number": 2
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 24.3, Page No.416"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "#free function is not available in python, so function for freeing memory is not created."
     ],
     "language": "python",
     "metadata": {},
     "outputs": [],
     "prompt_number": 3
    }
   ],
   "metadata": {}
  }
 ]
}