Skip to main content

Posts

Command line arguments in c language

Hey Folks!                 In this blog i would like to give you some ideas about command line arguments in c language. Its actually easy and it will be very interesting to write a program in command line arguments. Is command line argument is that much important?                Yes, Recently while going through the top MNC's preliminary round which include a coding round where most of the questions' i.e, 75% of questions are write a program using command line arguments in  c language. Especially TCS, Capgemni, CTS, and some other companies are looking for the candidate whoever good at writing a good code with excellent logics and added to that their ability to write the code getting the input as command line arguments .                From 2018 they have updated their questions pattern for the first round. For the past few year they have focus  on o...
Recent posts

Gist about GitHub

Hey folks,                     For Tech savvies this blog will be an entertainment page just enjoy, for people who are all seeking for good technical stuffs , this page would be a sneak peak of GitHub.  If you are a developer GitHub going to play a phenomenal role for you better future and make your works so simple.      what is GitHub?                              GitHub is a version controller repository .It allow you to track the history of collections of files It states that developers and programmer may come across lots of idea and their work portfolio. In order to preserve those collections they have to take a backup of it any drives but its actually a tedious process to follow and to remember the files details and related things, but GitHub helps to maintain the details of specific details and their versions.   ...
KiddoLearn               A small application which is   special designed for the kids to use daily. Now a days kids are using mobile, so if there is an application for learning they can feel the real enjoyment of learning, with this objective the application has developed.We used to preach our kids about animals,birds,flowers,trees and their characteristics like habitat, life span , food habit of animals and birds. those things are given in a simple way and easy to catch those things . Designing part of the Application: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:app="http://schemas.android.com/apk/res-auto"     xmlns:tools="http://schemas.android.com/tools"     android:id="@+id/activity_mai3n"     android:layout_width="match_parent"     android:layout_height="match_parent"   ...

JAVA BEAN

                                               EXTENDED JAVA                                          I n java platform,Standard Edition or Java SE is a widely used platform for development and deployment of portable code for desktop. Java SE should be run each and every time we need to use it the code.Java SE  uses the object-oriented java programming language. It is part of the java software platform family .Java SE should be run each and every time we need to use it the code. Enterprise Edition or Java EE is the standard in community driven enterprise software .It is a widely used computing platform  for enterprise software.Java EE extends the Java platform, standard Edition providing an API for object-relational mapping,distributed and multi-tier ar...

programming is not a big task...Its like gaming!!!

                          Computer programming is the craft of writing useful, maintainable, and extensible source code which can be interpreted or compiled by a computing system to perform a meaningful task.Programming is a way of thinking, not a rote skill. Learning about "for" loops is not learning to program, any more than learning about pencils is learning to draw.People understand what they can see. If a programmer cannot see what a program is doing, They can't understand it. The goals of a programming can be :    i)To support and encourage powerful ways of thinking    ii)To enable programmers to see and understand the execution of their programs      A live-coding Processing environment addresses neither of these goals. JavaScript and Processing are poorly-designed languages that support weak ways of thinking, and ignore decades of learning about learning. And live coding, ...