1-10 of 56 hubssort by Hot Best Latest
Array in C programming – Programmer's view
An array in C language is a collection of similar data-type, means an array can hold value of a particular data type for which it has been declared. Arrays can be created from any of the C data-types int,...
5 commentsWhat is Function in C Language?
A function in C language is a block of code that performs a specific task. It has a name and it is reusable i.e. it can be executed from as many different parts in a C Program as required. It also ...
7 commentsTurn Your PC Keyboard to Musical Keyboard using C Program
To accomplish this task you don’t need to buy any expensive software or hardware, only a little knowledge of C program will do and you can build your own musical keyboard software. Before we begin you...
5 commentsData Types in C Language
A programming language is proposed to help programmer to process certain kinds of data and to provide useful output. The task of data processing is accomplished by executing series of commands called...
7 commentsHomeopathic Remedies Target Symptoms of MRSA Staph Infections
A Safe Effective Approach to healing MRSA based upon Hahnemann's Homeopathic Laws of the Similimum and Minimum Dose. Energetic Healing at the quantum level that requires an expert in the arts and science of homeopathy.
7 commentsArtificial Neural Networks
Defining intelligence is tough. There is no absolute criterion for measuring intelligence. What makes the task more complex is that it is not known if there is a form of ‘intelligence' that can solve all...
3 commentsMy 10 (Alternative) Career Choices
I'm doing a little bit of scenario-setting here. My profile says I'm an accountant (a 12-year Certified Public Accountant or CPA, to be exact). Admittedly, my decision to become one was largely influenced by...
10 commentsComputer programming languages and generations
Programming languages are use to write application programs which are used by end users. The programming languages are generally used only by professional programmers to write programs. The development of...
6 commentsPointers in C Programming
In this tutorial I am going to discuss what pointer is and how to use them in our C program. Many C programming learner thinks that pointer is one of the difficult topic in C language but it’s not...
2 commentsYour First C Program
You might be thinking that you have learnt lot about C language background and now eagerly want to try your first program in C. To do so first of all you need a C compiler, I have been using Turbo C++...
5 comments










