Practice programs for C language
Questionnaire for C programming Programs based on If-Else C program to find the greatest number among three numbers. C program to find out whether a… Read More »Practice programs for C language
Questionnaire for C programming Programs based on If-Else C program to find the greatest number among three numbers. C program to find out whether a… Read More »Practice programs for C language
Practice programs on Pointers 1. Program in C to demonstrate how to handle the pointers in the program: ********************************************************************* 2. Add two numbers using call… Read More »C programs on Pointers
Practice programs on Structures 1. Program to Store Information of a Student Using Structure: ************************************************************ 2. Program to Add Two Distances (in inch-feet system) using… Read More »C programs on Structures
Practice programs on Loops 1. C program to print all natural numbers from 1 to n using while loop: ******************************************************* 2. C program to print… Read More »C programs on Loops
Practice programs on Switch case 1. C program to find all roots of a quadratic equation using switch case: ****************************************************************** 2. C program to create… Read More »C programs on Switch-case
Practice Programs on Arrays 1. Merge two arrays of same size sorted in descending order: ***************************************************************** 2. Count the frequency of each element of an… Read More »C programs on Arrays
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
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?
Introduction Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. This means customers of… Read More »What is Amazon S3
Introduction Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. DynamoDB lets you offload the administrative… Read More »Whats is DynamoDB ?