Skip to main content

Featured

The STEM Revolution: From Classrooms to Code Camps

  In Nepal, the "STEM Revolution" represents a significant departure from memorization and a move toward experiential, hands-on science, technology, engineering, and math education. This approach recognizes that although traditional classrooms are fundamental, they frequently fail to provide students with the critical thinking and problem-solving abilities that the modern world requires.  It is motivated by a shared understanding that in order for Nepal's youth to prosper in the digital era, they must not only comprehend ideas but also learn how to use them creatively to address pressing issues. Making education relevant and enabling students to be creators of technology rather than merely consumers are the goals of this revolution. Dynamic, unofficial learning settings like maker spaces, robotics clubs, and programming camps are at the core of this movement. These programs, which are frequently run by neighborhood tech companies and non-profits, act as dynamic centers...

Elements of C: Character set

 A character set is the set of valid character that can be understood by a compiler or interpreter. In all programming language character set is used. In C language also many characters can be use to make a program.

C is very sensitive language. The meaning of this is that character 'a' and character 'A' are different character. C's character set means set of character which is valid in C. The valid characters in C are as follows:

        1. letters: A-Z and a-z

        2. Numbers: 0 to 9

        3. Special character: ` ~ @ ! $ # ^ * % & ( ) [ ] { } < > + = _ – | / \ ; : ' “ , . ?


Comments

Popular Posts