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: Structure and pointer

Nested structure in C access with variable

Nested structure in C access with variable

Posted on January 20, 2018January 10, 2020

Nested structure in C access with variable In this tutorial, we will discuss the nested structure in C access with the variable. What is the structure and nesting structure? I will discuss that in another post. We can declare structure inside another structure that is called the nested structure. We can declare structure members in…

Nested structure in C programming language

Posted on October 23, 2017June 28, 2020

Nested structure in C programming language In this tutorial, we will discuss the concept of Nested structure in C programming language. Nested structure is allowed in C programming language.  Nested structure means structure within the another structure. It means we can declare one structure inside another structure. We can create nesting structure in two way:…

Passing Structure to function in C language

Posted on October 22, 2017September 8, 2019

Passing Structure to function in C language In this article, we will discuss the concept of “passing structure” to function in C language. A structure can be passed to any function from main or sub functions as an argument. There are two way to pass stucture as function argument passing to a function by value…

C++ program to Structure with pointer

Posted on October 18, 2017September 8, 2019

  C++ program to Structure with pointer In this article, we will discuss tha concept of structure with pointer in C++ program. We can use pointer with structure in C++ language.Pointers are an easy way to manipulate structure member by reference. To create a structure pointer, place an asterisk (*) infront of the structure pointer’s…

C++ language |Structure with function

Posted on October 18, 2017September 28, 2019

Structure with function in C++ language In this tutorial, we will discuss the concept of Structure with function in C++ language a structure variable can be passed to a function  as an argument There are two way to pass a function as argument passing  to a function by value passing  to a function by reference…

Structure in C++ programming language

Posted on October 13, 2017June 28, 2020

Structure in C++ programming language In this tutorial, we will discuss the concept of Structure in C++programming language In the C++ programming language, the structure is a collection of a variety of different data types under a single unit with a name.   How to declare a structure The struct keyword defines a structure in…

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