Thursday, October 27, 2011
Friends,
I have a good news, We have added Live streaming FM Radios of Far-Western Nepal in our Media Center. And we are adding more Radio Stations and TV Channels which are popular and are of requirement.
Keep visiting and provide feedback about our services..
John
P.Yar.B Complex
Thursday, October 27, 2011
Hi,
Today I am back here to share all the keywords of C language with you.
Keywords are predefined or reserved words which are used for a particular task like to declare a variable, or to return values, looping, etc. We use these keywords in various way.
- AUTO
- BREAK
- CASE
- CHAR
- CONST
- CONTINUE
- DEFAULT
- DO
- DOUBLE
- ELSE
- ENUM
- EXTERN
- FLOAT
- FOR
- GOTO
- IF
- INT
- LONG
- REGISTER
- RETURN
- SHORT
- SIGNED
- SIZEOF
- STATIC
- STRUCT
- SWITCH
- TYPEDEF
- UNION
- UNSIGNED
- VOID
- VILATILE
- WHILE
These keywords are used to define variable and call function and to do all basic tasks that can be done using ‘C’.
Keep providing feedback…
Thursday, October 27, 2011
As in earlier posts I have introduced you with C Language. C language is the worlds most used and very powerful language for making Windows Application also Unix and Linux applications.
We have basically five data types in C Language. These are as following:
Character: char
Integer: int
Float: float
Double: double
Void: void
Here is a simple program that will print sum of two variables.
As you learnt in previous post, you will include header file(s) then open body of program.
#include
#include
void main()
{
int a=5,b=7,c;
c=a+b;
printf("Sum of Two Number is %d.",c);
getch();
}
We will discuss about data types in next post. Keep checking.
Thursday, October 13, 2011
Dear Friends,
We are shifting our data to new server. Due to some problems with our old server, we have to replace our all data and some data might have been lost. Media Center is being developed rapidly with top priority.
Now after you will be able to Watch your Live Televisions Channels, Listen your favorite FM radios, Listen and Download Nepali and Far-Western mp3s without any registration and free of cost.
Click here to visit our New
Download Center at http://media.johnbhatt.com.
Hope you will have a pleasant visit with us.
--John Bhatt
P.Yar.B Complex
Saturday, October 08, 2011
Dear Viewers,
Greeting from P.Yar.B Complex,
You are viewing this page, because we are updating our portal and you will soon be able to access our new and updated site with latest contents.
Please keep visiting. We will be back to you soon...............
Thanks for your patience and regrets for problems cost to you...
John Bhatt,
P.Yar.B Complex