What is Platform Dependent and Platform Independent code
Introduction: There are two types of programming languages, Few languages we call platform-dependent languages and others are platform-independent programming languages....
C / C language
Introduction: There are two types of programming languages, Few languages we call platform-dependent languages and others are platform-independent programming languages....
In the previous article, We have discussed about the what is Machine Language. Now in this article, We will look...
What is Machine Language? Machine language is a low level programming language. Machine...
Introduction: There are different types of programming languages like low-level and high-level programming languages. In this Article, We are going...
Introduction: In our previous article, We discussed about the Low-level languages and In this article, We will look into the...
Introduction: Before going to discuss about the History of C Language. We will look what are the other programming languages...
Introduction: In our previous articles, We have discussed different ways to swap the two numbers. In this article, We are...
Introduction: We have looked at the Structure of C program in an earlier article, In today’s article, We are going...
Intro to Pre Increment and Post Increment operators in c: Pre increment and Post increments operators are used to increase...
Program Introduction : Write a C Program to convert a Decimal Number (Integer) to a Binary number ( Decimal to...
Program Introduction: Write a C program to swap nibbles of given character. As the character datatype size is 8 bits....