/Cpractise

Practice for 'C' Programming language

Primary LanguageC

Cpractice

Practise for 'C' programming language.

Some basic concepts in 'C'

    size of char is 1 byte
    size of int is 4 bytes
    size of float is 4 bytes
    size of double is 8 bytes

Important concepts in 'C'

    Stacks, Queues, Linked Lists, Hash Tables
    Stacks have push and pop operations
    Queues have enqueue and dequeue operation