Posts

Showing posts from April, 2018

Handcrafted Pattern Program (Crack The Logic Behind Any Pattern Based Program).

Image
Hola Amigos.  We'll have suffered that excruciating pain after failing to solve C,Java or C++ pattern Based Program. Yeah, it's generally a tricky one but can be made easy.              Pattern related programs might appear tricky for new coders  but with a quirky trick and understanding it’ll be the easiest one for any newbie.            After going through many of the videos and tutorials of my trainer Swarup Sir, I decided to share it with you’ll. Let’s start with this very topic..                              “Handcrafted Pattern Program “ Any pattern program consist of rows and columns (horizontal & Vertical Elements).We just have to make different columns and sort each elements in respective columns and mark the position to create an effective Pattern Program.      It’ll be easy with an Example and steps: Example: -                                  Print the pattern below                                                1 1              2

4 steps successful Build (Big Figure Behind Compilation)

Image
  We all wanna be a coder ( that’s why you're going through this hefty blog, LOL ).So, Let us sort out the basic understanding behind Compilation and how does it work.                                                 What is meant by Compilation?          Journey of A Source Code To Execution Code The process of translating source code written in high level to low level machine code is called as Compilation. The compilation is done by a special software known as compiler. The compiler checks source code for any syntactical or structural errors and generates object code with extension  .obj  (in Windows) or  .o (in Linux) if source code is error free.    How does a compiler understands what we want to do with a piece of code? The Answer Is The Header Itself.......                                  "THE 4 STEPS TO SUCCESSFUL BUILD" (Compilation Steps)        Compilation Steps   Let’s visualize compilation Process hierarchy which can un

Top 5 Programming Language For A Software Developer

Image
Greetings amigos,          Really,  gazing upon stars and       figuring  out the facts behind those amazing twinkling Lights might be a point where a coder understand his/her delicacy behind the mystery  of being a Software Developer.     The Irony is, here stars stands for (Software Developers). We all wanna be something after learning those tricky programs and developing radical algorithms to solve a piece of problem.    So, let me just answer you the toughest call ever, that's ----   Which Programming Language would you choose to be A Software Developer?      So,  These are the 5 best Programming Language which you can master to become a millionaire Software Developer.

Algorithm - Key To Successful Programming

Image
          -------------        Key To Programming     --------------- LEARNERS FIND HARD FOR THEMSELVES TO ADAPT TO ANY PROGRAMMING LANGUAGE AND THEY BLAME It, EITHER THEMSELVES OR THAT THE LANGUAGE IS NOT QUITE SATISFYING.   THE HIDDEN KEY BEHIND IT  -----   Algorithm.        Defination:- Algorithms - A Key To Coding Algorithm( Al -go-rith-um) can be defined as a procedural & well-defined sequence or flow of steps leading to an expected result or output.            ---->    To understand an algorithm, let's understand 3 simple steps for a computer to perform work.     Input --  Processing  --Output. Such that. Step1: - Input (Computer is a dumb machine which requires instructions) Step 2: Processing (Without instruction a Computer will be idle, it needs task) Step 3:- Output( only if input and processing is done it will produce an output)  Example 2:-                             A more precise example is "BUYING THINGS FROM STORE", We fi