Pinned Repositories
-Sum-of-Natural-Numbers
ArrayList.java
I add elements to an ArrayList by using add() method, this method has couple of variations, which we can use based on the requirement. For example: If we want to add the element at the end of the List then simply do it like this:
Button-Click-Event
When the TOGGLE button is clicked, the webpage sends a Toggle request message to the device via ‘gpio-raspberry-control’ channel
C-Program-to-Check-Leap-Year
Convert-Octal-to-Decimal.c
Coursera-machine-learning-ex2
Programming Assignment: Logistic Regression
COURSERA-MACHINE-LEARNING-WEEK-5-SOLUTIONS---Programming-Assignment-Neural-Network-Learning-solution
Java-Program-to-Display-Fibonacci-Series
Mathematics-for-Machine-Learning-Multivariate-Calculus-Fitting-the-distribution-of-heights-data
Programming-Assignment-K-Means-Clustering-and-PCA-Machine-Learning-WEEK-8
EngineerInd's Repositories
EngineerInd/-Sum-of-Natural-Numbers
EngineerInd/C-Program-to-Check-Leap-Year
EngineerInd/Convert-Octal-to-Decimal.c
EngineerInd/Can-a-variable-be-both-const-and-volatile
yes, the const means that the variable cannot be assigned a new value. The value can be changed by other code or pointer. For example the following program works fine.
EngineerInd/Check-Prime-Number
A prime number is a positive integer that is divisible only by 1 and itself. For example: 2, 3, 5, 7, 11, 13, 17
EngineerInd/Display-Factors-of-a-Number
C Program to Display Factors of a Number In this example, you will learn to find all the factors of an integer entered by the user.
EngineerInd/Find-LCM-of-two-Numbers
EngineerInd/GATE-PROGRAMMING
EngineerInd/Global-Variables-in-c-
EngineerInd/How-can-we-create-an-object-in-JS-
EngineerInd/How-to-access-a-global-variable-when-there-is-a-local-variable-with-same-name
How to access a global variable when there is a local variable with same name
EngineerInd/How-to-convert-numeric-String-to-int-in-Java
EngineerInd/Infosys-Coding-Interview-Questions
EngineerInd/interview-Questions
C,C++
EngineerInd/Java-Week-1-Q2
EngineerInd/Local-Variable-in-c-
EngineerInd/memory-leak
What is memory leak? Why it should be avoided
EngineerInd/Print-an-Integer-
C Program to Print an Integer (Entered by the User) In this example, the integer entered by the user is stored in a variable and printed on the screen.
EngineerInd/Q.2.-program-to-add-two-fractions
EngineerInd/Q1.Finding-factors-of-a-number-in-C
EngineerInd/Question-1-Sweet-Seventeen
EngineerInd/Question-2-A-Sober-Walk
EngineerInd/Question-3-Word-is-the-key
EngineerInd/TCS-Coding-Practice-Question
EngineerInd/TCS-Coding-Practice-Question-2
EngineerInd/TCS-Coding-Question-Day-2-Slot-2-Question-1
EngineerInd/TCS-NQT-2021
EngineerInd/TCS-NQT-Coding-Question-2021-Day-1-Slot-1
EngineerInd/tcsnqt11.c
EngineerInd/Coursera-Algorithmic-Toolbox
This repository contains all the solutions for the assignments of the course - Algorithmic Toolbox offered on Coursera.