C programs on Loops
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
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
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
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
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 ?
Prerequisites for creating an AWS lambda function An AWS account. Knowledge of anyone of the programming languages like C#, Go, Java, Node.js, Python. Ability to… Read More »How to create AWS Lambda function
Introduction AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume – there’s no charge… Read More »AWS Lambda