Comment line in C Program

Comment line in C Program
The comment statement is not executable. Comments are like helping text in C program and they are ignored by the compiler and it is very helpful to understand the program easily. There are two types of comment in C program. Single line commentMulti line comment 1.Single...

Basic Structure of C Program

Basic Structure of C Program
Getting Started Basic Structure of C Program First step is to understand the structure of a “ C “ programming language using simple C program. Let us look a simple code that would print the word “Learn C :) ”. #include <stdio.h> int main() { /* My First program...

History of c programming language

History of c programming language
C programming language is a foundation of C++. Learning C is the first step to learn C++ because you cannot skip step, you must have to learn C before learning C++. C is one of the most widely used programming languages of all time. Many later languages like Objective-C,...

How to create own name File and Folder using context menu

How to create own name File and Folder using context menu
In windows by default you can create “New folder, New folder (2), etc..,”. By this method you can create your own name (custom name) folder EX:“ MDSN, MDSN (2), etc..,”. By this method we can also create our own name file’s using context menu. 1.Creating own name...

How to register or unregister OCX & DLL file using administrator cmd & context menu

How to register or unregister OCX & DLL file using administrator cmd & context menu
Using this method you can register DLL and OCX file using Command prompt or by Context menu when you right click on the file. The Command prompt method works on all Windows OS but the context men method works on windows 7 and above version of windows 7 such as windows...

How to create a CLSID to open files or folder from different location

 How to create a CLSID to open files or folder from different location
Now you can open files, folders form different location such as My Computer, Control panel, Context menu. By creating CLSID form windows registry, you can create your own CLSID to lunch file and folder form different location(special folders). 1.Open...

How to edit context menu ( open ) to custom name for windows folder

How to edit context menu ( open ) to custom name for windows folder
Do you want to change the context menu (OPEN) for Folder? This method will help's to change the character in the context menu when you right click on the windows Folder. Open Registry Editor Open run command ( windows key + r ). Type regedit to open Registry...

How to set or create a background image in windows xp folder

How to set or create a background image in windows xp folder
Set background image for Windows XP folder. This method is very useful to set jpg image for windows folder changed easily without any software or application. This method only works on Windows XP and lower version of Windows XP such as Windows 98. 1.Create...