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

Monday, 20 April 2015

Motivate

Today's tips of the day is that "Don't listen to anyone, just focus on your goal and achieve it". Mean that for your future career don't choose other choice,choose your own goal and after finding your proper goal,go for it and achieve your goal.May be your goal is too hard to achieve but nothing is "IMPOSSIBLE" even "IMPOSSIBLE" says that "I M POSSIBLE".So, just focus on your particular goal and...

Xiaomi MI 4i

Xiaomi MI 4i, the all new smartphone is going to be launched on 23 April ,2014.Its has all feature that of  Xiaomi MI 4 but few features that has being include in this latest model is that it has the high resolution quality,good camera and Longer battery life and the estimate price to buy this Xiaomi MI 4i is Rs-17,999.&nbs...

About us

Dear Reader, "P-T-A-TI-C" is the blog in which you can have knowledge about the Basics Programming,Technology parts that is of the latest Technology which are in the market,Tips for keeping you active and advance in your life and Cracking is to help you to install software for the life time.If any query or want me to change or put something new please let me know,i will try to put it in this blog.so...

Fahrenheit and Celsius table

Hello reader, This program is of making the table of Fahrenheit and Celsius and when user will give any value in it it will be showing the result. #include <stdio.h> //standard library function #include<conio.h>   int main()  {     int fahr, cel, lower, upper, step;  //define variable     lower = 0,upper...

Diamond Pattern

Hello Reader, This is the program of diamond pattern in which,when user will going to run the program that time there will be the shape of the diamond. #include<iostream> //standard input/output #include<conio.h> using namespace std; static int z=1; //define static variable void pattern(int n) //using argument { static int i=0; if(n>=0)   //if condition check {     for(int...

Adding Two numbers

Hello Reader, In this program, i used the simple method to print the two unknown value that user is going to insert it, and by this same method you can try to multiply or divide the two numbers.You can also try for more number. #include<stdio.h> //standard library input/output #include<conio.h> int main() //main module { int a,b,ans; //define variables { ans=a+b; //sum of two numbers...

Compound interest

hello Reader, This is the simple program in which we can calculate Compound Interest, where any user can give any value to it. #include<stdio.h>  //standard library function #include<conio.h> int main() { int i,N;   // define variables float P,R,sum=1,CI;  //define variables printf("enter price\n");   //print what price user want to enter scanf("%f",&P); printf("enter...

Introduction

Hello Reader, In this page,i am going to tell you basic knowledge about the 'C' programming which will help you in future. I am going to tell you the basic concept about 'C'programming.I will be telling you about 'C' language that will help you to make the program and which will make your basic strong. 'C' is the programming language that covert from high level programming to low level programming...

Display 'A' in LCD

Hello Reader, In this page,i am writting about the  program which is going to display in LCD any letter. #include<util/delay.h> //delay time #include<avr/io.h>   // atmega 16 input/output #define RS 0 #define EN 1 //enable void lcd_command(unsigned char x) {PORTB=x;  //port B PORTC=0;  //port C PORTC|=(1<<EN); _delay_ms(1); PORTC&=~(1<<EN); _delay_ms(100); } void...

Popular Posts

Recent Posts

Unordered List

Text Widget

Powered By Blogger
Powered by Blogger.

Contributors