Skip to content
  • Articles
  • Embedded Systems
    • Sensors
    • Basic Electronics
    • Atmega
    • Embedded C
    • Arduino
    • Projects
    • Printed Circuit Board
  • IoT
    • ESP8266
  • Cloud
  • AI/ML
    • Data Science
  • Contact Us
  • Articles
  • Embedded Systems
    • Sensors
    • Basic Electronics
    • Atmega
    • Embedded C
    • Arduino
    • Projects
    • Printed Circuit Board
  • IoT
    • ESP8266
  • Cloud
  • AI/ML
    • Data Science
  • Contact Us

C programs on Pointers

  • by Ankita Agarwal
  • June 9, 2020October 15, 2021

Practice programs on Pointers 1. Program in C to demonstrate how to handle the pointers in the program: #include <stdio.h> int main() { int* ab;… Read More »C programs on Pointers

C programs on Structures

  • by Ankita Agarwal
  • June 9, 2020October 15, 2021

Practice programs on Structures 1. Program to Store Information of a Student Using Structure: #include <stdio.h> struct student { char name[50]; int roll; float marks;… Read More »C programs on Structures

C programs on Loops

  • by Ankita Agarwal
  • June 9, 2020October 15, 2021

Practice programs on Loops 1. C program to print all natural numbers from 1 to n using while loop: #include <stdio.h> int main() { int… Read More »C programs on Loops

C programs on Switch-case

  • by Ankita Agarwal
  • June 9, 2020October 15, 2021

Practice programs on Switch case 1. C program to find all roots of a quadratic equation using switch case: #include <stdio.h> #include <math.h> /* Used… Read More »C programs on Switch-case

C programs on Arrays

  • by Ankita Agarwal
  • June 9, 2020October 15, 2021

Practice Programs on Arrays 1. Merge two arrays of same size sorted in descending order: #include <stdio.h> void main() { int arr1[100], arr2[100], arr3[200]; int… Read More »C programs on Arrays

C programs for If-Else

  • by Ankita Agarwal
  • June 9, 2020June 12, 2020

Programming Practices for If-Else 1. C program to find the greatest number among three numbers : *************************************************************** 2.C program to find out whether a given… Read More »C programs for If-Else

Memory Layout of a Structure

  • by Vivek Bhageria
  • June 7, 2020March 17, 2021

In the previous post we discussed about structures – What structures are and how they can be useful. We also discussed how to declare and… Read More »Memory Layout of a Structure

Structures in C

  • by Vivek Bhageria
  • June 5, 2020October 10, 2021

In this post we will have a look at Structures in C. We will first try to understand a problem statement and then see how… Read More »Structures in C

Device Drivers Development – Introduction

  • by Chaitra Bhat
  • May 22, 2020June 12, 2020

Have you ever wondered, what might be the reason for, when you connect a device with USB to a computer and the computer doesn’t detect… Read More »Device Drivers Development – Introduction

AWS S3 bucket

How to store and extract data from AWS S3 bucket?

  • by Ankita Agarwal
  • March 27, 2020February 12, 2021

Creating a S3 bucket To create a bucket Sign in to the AWS Management Console and open the Amazon S3 console at https://console.aws.amazon.com/s3/. Choose Create bucket.The Create bucket wizard… Read More »How to store and extract data from AWS S3 bucket?

  • « Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next »

Search this site

We are social. Follow Us

Never Miss a Post

Loading

Join Embedded C course

Master Embedded C

Categories

  • AI/ML (3)
    • Data Science (2)
  • Articles (8)
  • Cloud (24)
  • Embedded Systems (52)
    • Arduino (8)
    • Atmega (4)
    • Basic Electronics (5)
    • Embedded C (22)
    • Printed Circuit Board (1)
    • Projects (3)
    • Sensors (6)
  • IoT (15)
    • ESP8266 (15)
  • Job Openings (1)
  • Python (3)
  • Uncategorized (1)

Recent Comments

  • Ishika Bhardwaj on Introduction to Embedded Systems
  • Namrata Rade on Selection Criteria for Sensors
  • Nazish Fatima on Selection Criteria for Sensors
  • vasundhara mohta on Introduction to Embedded Systems
  • Trideep on Introduction to Embedded Systems

Privacy Protection

  • Privacy Policy
  • Cookie Policy
  • Data Subject Access Request Form
  • Home
  • Share your Knowledge
  • Contact Us
  • Site-Map
  • Embedded Systems
  • IoT
  • Cloud Computing
  • AI/ML
  • Python
  • Projects
  • Basic Electronics

Copyrights NerdyElectronics | Designed by Vivek

Never Miss a Post!!

Only New post updates.

No Spam, Pinky Promise

Loading