Skip to main content

C PROGRAMMING LANGUAGE

                    C   PROGRAMMING   LANGUAGE



 T

Key Points About C Language:
1. " 2.

Comments

Popular posts from this blog

WHAT IS TECHNOLOGY ?

  Modern life deeply incorporates technology as a method which applies scientific knowledge for practical industrial use. The human-made tools and machines combined with technical systems and manufacturing methods work together to address problems and improve existence while enhancing everyday life. The methods and procedures found in technology extend beyond physical devices since they emerge from scientific understanding which streamlines everyday operations. THE ROOTS OF TECHNOLOGY The origins of technology date back to the early days of human history. Human beings started using stone tools and fire along with the wheel which became the earliest examples of technology. Early humans leveraged their innovative practices to make their way through their dangerous natural environment. The progression of human civilizations resulted in improved technological advancements. Human advancement occurred through technological means whenever ancient Egyptians built their pyramids and earl...

How to print Hello World .

                                                     " Hello World " I n this blog we are going to see how to print "Hello World" in c language. Step by step explanation is also given below - This code is written in C - Language on VS-Code :-    In above figure , code is written to print “hello world”. Lets understand, each component of code –   Preprocessor  Command - This is also known as “Header File ” , This command asks for file, then after anything will happen. In case you do not use pre processor command then it will not get file to start further programming. Int main() – this is a function ,   from where the execution of program starts .                       {   -    open curly...