Posts

Showing posts with the label C language

Benefits of Social Media

Image
Benefits of The Using of Social Media Social media has changed the way we communicate today. It is in our best interest to be aware of all of the new possibilities for managing our online reputation. In the scenario of using social media like Facebook, Twitter, Instagram, or whatever it is, using the social media , lines between professional and personal and their differences also started to become blurred and many times, we love to refer to the existence of our online presence as our “personal brand”. Your personal brand can be included with both “personal” and “you”.   Here are some useful benefits of using social media:-   1. Build relationships. Social media is not just for brands to connect with their customers. In fact, the core of it is about social media connecting people with people. From a professional perspective, you can greatly enhance your professional network online by connecting with colleagues, mentors, role models, and other professionals. If yo...

‌Elementary Features of BASIC and C Programming

Image
  Elementary Features of BASIC and C Programming - Knowledge Canvas   BASIC language:   BASIC stands for Beginners' All-purpose Symbolic Instruction Code. BASIC is a family of general-purpose, high-level computer programming language that was designed by John G. Kemeny and Thomas E. Kurtz in 1964. Syntax:-   10 HOME 20 SWEET 30 GOTO 10   Features of BASIC language:   1.BASIC language is very easy for beginners to use. A user having less knowledge of Mathematics and Science can also program in BASIC language.   2.BASIC is a general-purpose, high-level, structured programming language.   3.BASIC allow the creation of Loops.   4.This language allows input from the keyboard.   5.BASIC access menu-driven application.   6.It allow Built-in and user-defined functions.   7.BASIC contains various system commands.   8.It provides a clear and friendly error message.   9.BASIC sup...

Names of Special Symbols used in C language

Image
  Names of Special Symbols used in C language - Knowledge Canvas The C language one of the most popular languages and also is a high-level computer programming language. C is a language because it has a vocabulary and sets of grammatical rules for instructing a machine to perform a specific task. As C is a language for communicating with the machine it must have some special symbols. In programming, language symbol is a primitive data type whose instances have a special meaning and a unique human-readable form. C language use some Predefined(meaning already known to the compiler) symbols like keyword, special characters, etc. If we divide the special symbols that are used in C programming language then there will be two parts –       F irsts is the keywords and     T he second is the special characters These two are the most popular parts regarding the special symbol of the C programming language. Let’s discuss these two parts in detail. If you w...