EASY 2 LEARN 'C'
Home
DotNet
Friday, 24 August 2012
icon for c
After installation of C, you will find a desktop icon created.
Clicking on the TurboC++ icon opens the below window
It is called editing window.Start writing code in the
above window
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Search Box
'C' Language
'C' Programming
(27)
Arrays in 'C'
(5)
Interview Que's about 'C'
(8)
Strings in 'C'
(4)
Popular Posts
Logical Interview Questions2
Logical Interview Questions There are three boxes with fruits: one box with apples, one bo...
Simple 'c' program
Simple "C-Program" #include<stdio.h> //Header file main() ...
Logical Interview Questions
Logical Interview Questions ...
swapped 2 numbers without using 3 variable
Swapped 2 numbers without using 3 variable #include<stdio.h> main() { int a=10,b=20; ...
Approaches and Algorithm of 'C'
Approaches of 'C' Language :- These are 4 types. * Procedural Language. * Logical...
Pointers introduction
Pointer :- · It is avariable that represents the location of a data item. · It can be declared as a variable ...
One dimensional array example 2
One dimensional array example /* program to calculate sum of 10 numbers in an array */ #inc...
your tiny steps towards programming
Your tiny steps towards programming Programming Language is divided in to two types. > ...
'C' interview questions
'C' Interview Questions * Without using (;)semicolon print the message? Ans...
program for arithmetic operators in single step
Program for arithmetic operators in single step #include<stdio.h> main() { int a,b; ...
0 comments:
Post a Comment