What type of conversion is not accepted in C and why? a) char to int b) float to char pointer c) int to char d) double to char
I am wanting to extract variable names and their size (int, char and etc.) from a c file. Is there any way to extract that type of information?
For example
Input : Binary Tree
A / \ B E / \ \ C D B / \ C D
Output : Yes