LPU,NH-1 GT road, Jalandhar rohit.hero12@gmail.com +91-8437503569 https://www.facebook.com/rohit.adhikary3

P-Programming T-Technology A-And TI-Tips C-Cracking

Latest Posts

Sunday 26 April 2015

Features/Overview

Hello Reader,
Today i am going to tell you about the features which are used in the C programming.These features are also used in the other programming languages like C++, C#, Java etc.If you want to be a good programmer you should have the knowledge about the features and how to used this features in coding the program and where to used it. So,features of C programming are If condition, for loop, if else statement, switch case.These are the basic features which we should know while learning about C programming.IF condition is used to check the condition. If the condition is true then "display" and if condition is false the "do not display".example:-if(a>b) then print 'a' else print 'b'. For loop has three phase first is for initializing the variable,second is to check the condition and third is to increments or decrements the value.example:- for(int i=0;i<n;i++). If else statement is used to check the condition and if the condition is not true go to another condition and then print it. example:- if(a>b) then print 'a' else if(b>c) then print 'b' else print 'c'. Switch case is to to print the multiple value.Different cases are used in it and  after completing each case you need to used break statement and at last you have to write default. example:- switch(A) { Case 1: body break statement then Case 2: body break statement default }. These are the basic features of C programming. These are the main features which is used when you write any program.

Health tips 1

Hello Reader,
Today i am going to tell you that how to get relief form the EYE's PAIN?There are some home remedy exercise that will helps your eye to have clear vision and also to get relief  from pain.So the best way to keep eyesight clear, wash your eye with cold water four to five times a day like after watching television,playing games,working on computer.When your eye is paining,you stop doing your work and close your eye for few minutes and rub your palm and put your palm on your eye and you will get relief from pain and also do some eye exercise that will keep your eyesight clear.

Thursday 23 April 2015

Displaying text

Hello Reader,
Here is the another program that is related to the LCD this is the basic program.
i)making string point variable.
ii)passing the starting address of string to that pointer variable.
iii)passing string pointer value to LCD_write function.
void LCD_write_string(unsingned char *str) //store address value of string
in pointer*str
{
  int i=0;
while(str[i]!='\0')    //loop will go on till the NULL charater in the string
{
LCD_write(str[i]);   //sending data on LCD byte
i++;
}
return;
}

Wednesday 22 April 2015

success

Hello Reader,
By seeing the above picture you all must have clear what i am going to tell you."Believe in yourself" and "have self-confidence" will lead you to your success". Its mean that believe in yourself and have confidence that what ever you are doing and what ever you will do it will good for you and for your future and also for your parents.

Health

Dear Reader,
Today i am going to give you the health tips.I am going to tell you the new thing which will keep your body fit and strong.You have Peanut size of your palm and Jaggery 20gm and have it both in a day.It is good for  yours bone and your bones will gets more strong and is also good for students and also for diabetes patients.Have this early in the morning.
       Jaggery


.     Peanut

Tuesday 21 April 2015

new specie discover

Hello Reader,
Today,i am here to tell you about the new specie which being discovered our research institute in Costa Rica , where the newly specie  was discovered which is familiar look liked glass frog.This species discovered on 22nd April,2015.This specie has more power then the glass frog and it is green in color and size in of 1.4 cm long.Amazing species and ready to have the live look for it.

motivate 1

Today's tips of the day is "Do not study for the job, study for the knowledge because if you gain knowledge you can do anything in life" which mean that if you want to study, then study for knowledge not for getting job because if you have the knowledge you will be more then something in life. So study to gain knowledge.

Popular Posts

Recent Posts

Unordered List

Text Widget

Powered By Blogger
Powered by Blogger.

Contributors