.

get our extension

Wednesday, 24 September 2014

Learn C Programming Lesson 8 - Functions

BY Unknown IN , No comments

Learn C Programming Lesson 8 - Functions Functions are sub-programs. You have already been using a function which is the main function. You must always declare a function before the function that calls it. The main function will be calling our function so we will put ours above main. First put its return value such as int or char. If you don't want a return value then...

Learn C Programming Lesson 7 String

BY Unknown IN , No comments

Learn C Programming Lesson 7 - Strings A string is an array of characters. Strings must have a 0 or null character after the last character to show where the string ends. The null character is not included in the string. There are 2 ways of using strings. The first is with a character array and the second is with a string pointer. A character array is declared in the...

Sunday, 14 September 2014

Learn C Programming Lesson 6 - Arrays

BY Unknown IN , No comments

Learn C Programming Tutorial Lesson 6 - Arrays Up until now if you wanted to declare 5 variables you would have to do something like this: int i1,i2,i3,i4,i5; What if you wanted to declare 100 variables? That would take quite a long time. If you use an array on the other hand then you can declare as many variables as you want with only 1 variable name. An array is...

Wednesday, 10 September 2014

Adding AdSense Widget In Blogger

BY Unknown IN , , 22 comments

Please Correct The Errors On This Form OR Fixing The Adsense Widget Error In Blogger  If you are new to blogger and you have an adsense account, you might have faced this problem once or more than once. I was also troubled with this problem. I searched on Google many times, but nothing i found. Here is a screenshot ! So...

Tuesday, 9 September 2014

Make Your Windows XP Genuine

BY Unknown IN , No comments

STEPS ! 1)  Download it from the above link. 2) Extract It. 3) Open It. 4) Click Yes then click OK  5) Restart your system and ENJOY !  THATS IT ! ...

Monday, 8 September 2014

10 Ways To Optimize Your PC Speed

BY Unknown IN , No comments

Top Ten Tips To Improve System Speed/Optimize System Speed 1) Let your PC boot up completely before opening any applications. 2) Refresh the desktop after closing any program. This will remove any unused files from the ram.  3) Do not set a very large size of image as your wallpaper. I recommend do not keep a wallpaper if your system specifications are...

Sunday, 7 September 2014

Learn C Programming Lesson 5 - Pointers

BY Unknown IN , No comments

Learn C Programming Tutorial Lesson 5 - Pointers What are pointers: A pointer is a variable that holds a memory address. Because it holds a memory address it is said to be pointing to the value at that memory location. You can use a pointer in a certain way to get the value at the address to which it points. Pointers can be either typed or untyped. A typed pointer points...

Saturday, 6 September 2014

Learn C Programming Lesson 4 - Loops

BY Unknown IN , No comments

Learn C programming tutorial lesson 4 - Loops What are loops: Sometimes you will want to do something a lot of times. An example would be printing a character at the beginning of each line on the screen. To do this you would have to type out 24 printf commands because there are 25 rows on the screen and the 25th row will be left blank. We can use a loop to do this for...

Learn C Programming Lesson 3 - Decisions

BY Unknown IN , No comments

Learn C Programming Tutorial Lesson 3 - Decisions The If Statement : So far we have only learnt how to make programs that do one thing after the other without being able to make decisions. The if statement can be used to test conditions so that we can alter the flow of a program. The following example has the basic structure of an if statement: #include int...

Friday, 5 September 2014

ESET Smart Security 5 Free Full Version Activated Download

BY Unknown IN No comments

New Look Home Screen:     Quick links make important tools and features more readily accessible: Figure 1-1Click the image to view larger in a new window   Advanced mode: All key features and configuration options are included in the new Graphical User Interface - you no longer have to toggle advanced mode.  Protection status icon:...