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...

Introduction to C language

 C is very powerful general purpose computer programming language which was developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories. The Unix operating system was written in C language. It is middle level structured language which is very close to both the low level and high level language. C was originally implemented on the DEC PHP-11 computer in 1972.

Why to learn C language?

i. It is easy to learn. 

ii. It's execution is fast.

iii. It is structured language. (Means large program is divided into different separate unit )

iv. It has less number of keywords, as it has only 32 keywords.

v. Standard libraries and library functions are less in C but can be used to design almost any kind of        function.

Some of the applications of  C language

i. Operating System. E.g. Unix

ii. GUI Applications. E.g. Adobe Photoshop

iii. Text Editor. E.g. Atom

iv. Database. E.g. MySQL

v. Utilities


Comments

Popular Posts