Skip to content
  • Facebook
GeekCer Logo

GeekCer

The geek's Coding education and Review centre

  • Home
  • Tutorials
    • Java
    • Servlet
    • JSP
    • Python
    • C Tutorial
    • Spring
    • Spring Boot
    • MongoDB
    • Hibernate
    • Data Structure
  • General Knowledge
  • Biography
  • Grammar
  • Festival (त्योहार)
  • Interview
  • Differences
  • Important
  • Toggle search form

Home » C Language

  • What is Array in Java? Types of array in Java
    What is Array in Java? Types of array in Java Java
  • Most Popular Hibernate Interview Questions and Answers
    Most Popular Hibernate Interview Questions and Answers Hibernate
  • Statements in C Language | Types of statements in C Language
    Statements in C Language | Types of statements in C Language C Language
  • Hima Das Biography | भारतीय धाविका हिमा दास का जीवन परिचय
    Hima Das Biography | भारतीय धाविका हिमा दास का जीवन परिचय Biography
  • Steps of Database Connectivity in Java
    Steps of Database Connectivity in Java Java
  • Java ArrayList
    Java ArrayList Java
  • Top C++ programs for geeks
    Top C++ programs for geeks | C++ code examples Programs
  • What is Tense in Hindi (काल क्या है)?
    What is Tense in Hindi (काल क्या है)? Grammar

Category: C Language

File Handling in C with examples | File Operations in C

Posted on May 7, 2022May 7, 2022 By admin No Comments on File Handling in C with examples | File Operations in C
File Handling in C with examples | File Operations in C

File handling in C language is the process of storing, updating, retrieving, deleting data from a file using a C program. A file, as we all know, is a container for information. The files are kept on a secondary storage device. The file can keep the information forever if the secondary storage device is protected….

Read More “File Handling in C with examples | File Operations in C” »

C Language

Linked List in Data Structure and Algorithm, Types, Operations

Posted on April 16, 2022April 16, 2022 By admin No Comments on Linked List in Data Structure and Algorithm, Types, Operations
Linked List in Data Structure and Algorithm, Types, Operations

A linked list is a data structure that simulates a dynamic list of data items without knowing the size at compile time. During the runtime, the linked list may grow or shrink. We are all familiar with the idea of an array, which is represented in memory using sequential mapping. It has a fixed size….

Read More “Linked List in Data Structure and Algorithm, Types, Operations” »

C Language, Data Structure

Storage classes in C with examples (auto, extern, register, static)

Posted on April 15, 2022April 15, 2022 By admin No Comments on Storage classes in C with examples (auto, extern, register, static)
Storage classes in C with examples (auto, extern, register, static)

When you declare a variable in C programming, you may additionally specify the variable’s lifetime or storage specification. In other words, the storage classes of variables in C specify the scope of variables, memory allocation and default value. Variable Lifetime: The variable’s lifetime indicates how long it will be active during execution. If you define…

Read More “Storage classes in C with examples (auto, extern, register, static)” »

C Language

Structure in C program with example | Nested structure in C

Posted on December 17, 2021April 28, 2022 By admin No Comments on Structure in C program with example | Nested structure in C
Structure in C program with example | Nested structure in C

Structure in C is a user-defined data type that the user defines according to his needs. These are collection of various types of data. Members of a structure can be of any type, including variables, pointers, arrays, and structures. For example, you may want to retain and process student information such as name, class, marks,…

Read More “Structure in C program with example | Nested structure in C” »

C Language

Function in C Language | Recursive function with example

Posted on December 12, 2021March 29, 2022 By admin No Comments on Function in C Language | Recursive function with example
Function in C Language | Recursive function with example

In the C language, a function is a chunk of code that does a certain task. If required, we can call the function many times in the program. If necessary, a function can return a value after executing an operation. It is optional. Here you can learn the basics of C programming before going through…

Read More “Function in C Language | Recursive function with example” »

C Language

Pointers in C Programming, Definition, Types & Example

Posted on December 7, 2021December 7, 2021 By admin No Comments on Pointers in C Programming, Definition, Types & Example
Pointers in C Programming, Definition, Types & Example

Pointers in C are variables that store the memory location, or memory address, of a data item to be held in memory rather than its value. A memory address is assigned to a pointer. Typically, this address refers to the memory location of some other variable. The first variable points to the second if one…

Read More “Pointers in C Programming, Definition, Types & Example” »

C Language

Statements in C Language | Types of statements in C Language

Posted on November 20, 2021May 17, 2022 By admin No Comments on Statements in C Language | Types of statements in C Language
Statements in C Language | Types of statements in C Language

Statements in language are the sections of a C program that are executed in a certain order and are used to construct the body of a function. Any function’s body is a compound statement, which is made up of a series of statements and declarations. How many types of statements in C? We can divide…

Read More “Statements in C Language | Types of statements in C Language” »

C Language

String Array in C | What is an array of string | String Functions

Posted on November 19, 2021April 19, 2022 By admin No Comments on String Array in C | What is an array of string | String Functions
String Array in C | What is an array of string | String Functions

String is a sequence of characters that ends with the null character, which is a special character (“\0”). The term “string” refers to a collection of characters. In the C programming language, the string array is a popular two-dimensional array. When we talk about an array of characters, we’re talking about something similar to a…

Read More “String Array in C | What is an array of string | String Functions” »

C Language

Array in C programming | Character Array in C

Posted on November 19, 2021November 22, 2021 By admin No Comments on Array in C programming | Character Array in C
Array in C programming | Character Array in C

A collection of similar types of objects stored in sequential memory locations under a same header or variable name is referred to as an array in C. Elements are the individual values in an array. In simple words, what is an array in C? In C, an array is a collection of elements of the…

Read More “Array in C programming | Character Array in C” »

C Language

Constants and Operators in C Language

Posted on November 17, 2021November 17, 2021 By admin No Comments on Constants and Operators in C Language
Constants and Operators in C Language

Constants and operators are highly significant parts of the C language, which have fixed constants and employ operators for computations. We’ll go through operators and constants one by one in this article. You will be able to understand all of the idea operators and constants in C programming at the end of this tutorial. Constants…

Read More “Constants and Operators in C Language” »

C Language

Posts navigation

1 2 Next

Recent Posts

  • Structured Vs Unstructured Data in Hindi | Key Difference
  • Jhansi Ki Rani Lakshmi Bai History, Story, Information in Hindi
  • Elon musk Hindi : एलन मस्क हिंदी में, Autobiography,  Net Worth
  • World Environment Day in Hindi : Objective, Importance, Theme
  • Thomas Edison Biography in Hindi – थॉमस एडिसन जीवनी
  • International Nurses Day in Hindi | नर्स दिवस क्यों मनाते हैं?
  • Fork/Join Framework in Java | RecursiveTask, RecursiveAction
  • DBMS in Hindi | DBMS क्या है? | DBMS की विशेषताएं और प्रकार
  • What is Array in Java? Types of array in Java
    What is Array in Java? Types of array in Java Java
  • Most Popular Hibernate Interview Questions and Answers
    Most Popular Hibernate Interview Questions and Answers Hibernate
  • Statements in C Language | Types of statements in C Language
    Statements in C Language | Types of statements in C Language C Language
  • Hima Das Biography | भारतीय धाविका हिमा दास का जीवन परिचय
    Hima Das Biography | भारतीय धाविका हिमा दास का जीवन परिचय Biography
  • Steps of Database Connectivity in Java
    Steps of Database Connectivity in Java Java
  • Java ArrayList
    Java ArrayList Java
  • Top C++ programs for geeks
    Top C++ programs for geeks | C++ code examples Programs
  • What is Tense in Hindi (काल क्या है)?
    What is Tense in Hindi (काल क्या है)? Grammar
  • Java Tutorial
  • Servlet Tutorial
  • JSP Tutorial
  • Maven Tutorial
  • HTML Tutorial
  • Programs
  • Hindi/English Grammar
  • Difference Between ... and ...
  • HR Interview
  • Important Articles

Write to Us:
geekcer.code@gmail.com

  • About Us
  • Privacy and Policy
  • Disclaimer
  • Contact Us
  • Sitemap

Copyright © GeekCer 2022 All Rights reserved