Skip to main content

Posts

Showing posts from March, 2016

Constants ,Variable and Keywords in C Programming ( RunC - 1 )

Constants ,Variable and Keywords In any programming language we need to follow some fundamaental rules which makes program easy to understand the developer or different developers who are working in that project. Today we are into basic funda of C programming 1. Constants Constants are three types Integer Constants (10,20,30,40) , Real Constants (10.2,20.3,30.4) and Character Constants ('a','b','1','2') 2. Variables :  A variable is an entity that does change. Variable : the value can be changed during program execution. Take an example we are placing an object either book or fruit somewhere on table or bowl. then it occupies some space that space is nothing but Memory in programming terminology. That memory may vary depending on the Object so it can occupy total table or bowl.  So basic point it we can increase or decrease the object but it should be less than the bowl or table. [next] Variable can store upto some maximum numbers or characters depending...

Introduction to C Language ( RunC 0 )

C Language A First step in modern programming languages. C Programming Language is developed by Dennis M and Ritchie at Bell Labs. Which is first publicly available in 1978. C is very basic language Easy to learn Structured language It produces efficient programs It can handle low-level activities It can be compiled on a variety of computer platforms Programming Language : Every Programming Language will have set of predefined Keywords and Identifiers. Keyword which is very new for you... am i right ? Keywords are the reserved words used in programming. Each keywords has fixed meaning and that cannot be changed by user. Keywords are defined by the Creators of that programming language. Eg : int i; Here "int" is a Keyword (Don't get confuse we will discuss it later) Eg : Word "Good" from english... This will give same meaning in any sentense. In the same way Keyword will give same logic in any program written by the Programmer (It's you, You are C Programmer)...

Learn C Language from Coding Bridge

Hi Users, Finally a Day as arived to full fill the Name Coding Bridge. From past two years we changed alot from blogger to wordpress with some hot tech topics. Finally we moved into Programming Languages and we will discuss about programming tools soon. We will place updated code in our website once we done some homework from our side. You are free to contact us anytime. We will get back to you asap. Mostly in weekends. Thank you... We are starting with C Language for beginners .

Windows 10 Mobile rolling out on this March

Finally a Day as arrived to say Welcome for New Windows 10 Mobile OS from Microsoft. Windows 10 for Desktop released on July 29th 2015. Windows 10 Mobile rolling out soon Windows 10 Mobile build 10586.164 is now live for #WindowsInsiders in the Slow and Fast rings and This build got most of the errors got cleared from previous builds. As per Experts Microsoft going to release final version of Windows 10 Mobile in this march. We all know that from This day onwards Windows is a service that means you will receive updates to your Operating systems from Microsoft as early as possible. So you will receive updates microsoft depending on your Handset Configuration as per previous discussions with Microsoft, Windows 10 Mobile supported for handsets which have minimum 8GB of Internal storage and 512MB Ram. The most attractive feature of Windows 10 is continuum ,Cortana, Multitasking,Universal Apps,Mobile-Tablet-Desktop synchronization, New Apps from different websites and services. There is to...