Like Us Like Us Facebook Subscribe Subscribe us YouTube Whatsapp Share us Whatsapp Query Send your queries

C Language

C program to swap two numbers using pointer

In this tutorial we will going to learn how to swap two numbers using pointer. If you want to learn more about pointer then you…


Pointers in C Programming with Examples

What is a pointer? Explain pointer arithmetic with example. Also explain use of malloc function in C programming with an example. Pointer : A pointer…


Token, Compiler and Interpreter C Tutorial

Token :  A C program consists of various tokens and a token is either a keyword, an identifier, a constant, a string literal, or a…


DOEACC NIELIT Programming and Problem Solving Through C Syllabus(M3-R4)

NIELIT (DOEACC )  conducts examination like O, A, B and C level but in in every level you have to clear C language Paper called…


C program for Matrix Multiplication Tutorial

In this tutorial I am going to show you how to multiply Matrices using C language. We take input from keyboard for  two Matrices and…


C Program to print a Fibonacci Series

In this tutorial I am going to show you how printing a Fibonacci series using C  Language for a given input using scanf. First we…


Checking Given Integer is Palindrome or Not

According to wikipedia.org  A Palindrome is a word, phrase, number, or other sequence of characters which reads the same backward or forward. Allowances may be…