What are the Limitations of C structure

Structure data type does not behave like standard built in data type. struct complex { int x; float y; }; struct com...
Read More →