1)
#define begin main void begin() { }
2)
#define begin m # # a # # i # # n void begin() { }
3)
#define(m,a,i,n) m # # a # # i # # n # define start begin(m,a,i,n) void start() { }
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is huffman coding and what would be huffman code for the following characters?
Character Frequency a 10 l 15 i 12 o 3 u 4 s 13 t 1
Explain with suitable diagram?