Skip to content
Menu
Code for Java c
  • Home
  • Java
    • Java Examples
    • Java tutorials
  • C
    • C tutorials
    • C Examples
  • C++
    • C++ Tutorials
    • C++ Examples
  • Python
    • Python Tutorials
    • Python Examples
  • About
    • About me
    • contact us
    • disclaimer
    • Privacy Policy
Code for Java c

Category: C Language

String function in C programming Language

Posted on March 12, 2017January 11, 2020

In this tutorial, we will discuss the String function in C programming Language In this post, we are going to learn about pre-defined string functions in C language and how to use it Strings are always enclosed by double quotes, Whereas , character is enclosed by single quotes in C likes other language The string…

Arithmetic function in C programming language

Posted on March 5, 2017January 22, 2020

Arithmetic function in C programming language In this tutorial, we will discuss the arithmetic function in C programming language          The arithmetic function is used for the mathematical purpose in C Language C programming language contains a lot of header files for various purposes. One of the header file  #include<math.h>, is used…

C programming language pointer to pointer

Posted on January 14, 2017January 29, 2020

C programming language pointer to pointer In this tutorial, we will discuss the concept of the pointer to a pointer in C programming language. Normally, the pointer is a special type of variable which stores the memory address of another variable. Pointer to pointer means one of the pointers contain the address of another pointer….

pointers with one dimensional array in C language

Posted on January 8, 2017December 26, 2019

pointers with the one-dimensional array in C language In this article, we will discuss the pointers with the one-dimensional array in C language Pointer to a one-dimensional array Already, we have looked at pointer in C language in this blog.  Now, we’ll look at array and pointer. There is a very strong relationship between these…

Function in C Programming Language

Posted on December 30, 2016December 26, 2019

Function in C Programming Language In this tutorial, we will discuss of the Function in C Programming Language C functions   In the tutorial, We learn how to use functions in C language. generally, the function is a block of statement that together perform one of the specific tasks in C language similar to any…

Pointers in C programming Language

Posted on December 22, 2016January 29, 2020

Pointers in C Programming Language In this tutorial, we will discuss the concept of Pointers in C Programming Language Knowledge area What is the pointer in C Declaration & initiation of pointer find variable address & pointer Advantages and disadvantages of pointer pointer The pointer is one of the features of C language like C++…

C programming Language Do-while loop

Posted on December 15, 2016December 26, 2019

C Programming Language Do-while loop In this tutorial, we will discuss the concept of C programming Language Do-while loop In this post, we are going to learn how to use the do-while loop in C language Do-while loop What is the usage of the do-while  loop in C? you can understanding after reading this article…

Three Dimensional Array in C language

Posted on December 12, 2016January 29, 2020

Three dimensional Array in C language In this tutorial, we will discuss the Three Dimensional Array in C language Knowledge Area What is Array Type of Arrays Declaration of 3 dimensional Array 3 dimensional Array Initialization 3 dimensional Array processing   In the C Programming Language, an array is a fixed sequenced collection of the…

Two Dimensional Array in C language

Posted on December 12, 2016January 29, 2020

Two dimensional Array in C language Knowledge Area What is Array Type of Arrays Declaration of two dimensional Array Two dimensional Array Initialization Two dimensional Array processing   In the C Programming Language, an array is a fixed sequenced collection of the element of the same data types. An array can be used to represent…

Floyd’s triangle number Pattern in C Language using for loop

Posted on December 3, 2016December 25, 2019

Floyd’s triangle number Pattern in C Language using for loop In this article, we will discuss Floyd’s triangle number Pattern in C Language using for loop In this post, we are going to learn how to create Floyd’s triangle number pattern using for loop Triangle number Pattern 1 Program 1 #include <stdio.h> #include <stdlib.h> int…

  • Previous
  • 1
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • Next

tag

Addition (6) Array (38) C++ language (91) C language (98) c sharp (23) Division (6) Function (29) if else (32) Java language (102) JavaScript (5) loops (137) Multiply (7) Oop (2) patterns (65) PHP (13) Python Language (38) Subtraction (7) temperature (20)

Archives

Categories

Address

Global information technology

Puloly south, PointPedro

Jaffna

Srilanka

©2025 Code for Java c | Powered by SuperbThemes