EmbLogic's Blog

Author Archives: Rohit Kumar

Switch Case

Rules for using Switch Case in C Programming : 1. Case Label must be unique. 2.Case Label must ends with colon. 3.Case Label must have constants/ constant expression. 4.Case Label must be of Integral Type(Integer, Character). 5.Case Label should not … Continue reading

Posted in Data Structures with C | Leave a comment