Lost your password?

Blogs about: C Language

Featured Blog

Programming with C Language

angelcomputereducation wrote 1 week ago: Programming with C Language Duration : 3 Month Fees : Rs. 3500/- Content Introduction To C Language … more →

Tags: Programming

If Else Conditional Clauses

Zohaib Ahmed Shakir wrote 1 week ago: Conditional clauses are statements defining the conditions.At certain times we want our statement to … more →

Tags: C Language Code, Condition clauses in c language, If Condition clause in c language, If else condition clause in c language, if, Else if?, else condition clause in c language, Source code in C Language

Unary Operators in C Language

Zohaib Ahmed Shakir wrote 1 week ago: The are two unary operators in C Language Increment operators are operators which add 1 in a variabl … more →

Tags: unary operators c language, increment operator c language, decrement operator c language, C Language Code

Hello World Origin

textconn wrote 1 week ago: Just wondering how many people know the origin of this phrase. My guess is it was first introduced t … more →

Tags: Bell Labs, Hello world!, Unix

you want what in two days?

Traci wrote 1 week ago: For the past week, particularly the last two days [which would have been Saturday & Sunday- see … more →

Tags: Web development, Procrastination

Logical Operators in C Language

Zohaib Ahmed Shakir wrote 2 weeks ago: Logical operators in c language are the operators which combine two or more conditions and evaluate … more →

Tags: Logical Operators, And Operator C Language, Or Operator C Language, Not Operator C Language

Relational Operators in C Language

Zohaib Ahmed Shakir wrote 2 weeks ago: Relational operators are those operators which relate two values and tells that the relation we made … more →

Tags: Greater than relational operator in C Language, Less than relational operator in C Language, Greater than or Equal to relational operator in C Langu, Less than or Equal to relational operator in C Language, Equal to relational operator in C Language, Not Equal to relational operator in C Language, Relational Operators

Arithmetic Assignment Operators in C Language

Zohaib Ahmed Shakir wrote 2 weeks ago: Arithmetic assignment operators in C language are those assigning values on left hand side variable … more →

Tags: assignment operator, Addition assignment operator in C, Subtraction assignment operator in C, Multiplication assignment operator in C, Division assignment operator in C, Modulus assignment operator in C, Remainder assignment operator in C

Arithmetic Operators in C Language

Zohaib Ahmed Shakir wrote 2 weeks ago: Operators are symbols which trasform a variable or combine two variables in some way to yield a diff … more →

Tags: Arithmetic operator, Addition operator C Language, Subtraction operator C Language, Multiplication operator C Language, Modulus operator C Language, Remainder operator C Language

Initializing Taking Input and Displaying Output of different variables

Zohaib Ahmed Shakir wrote 3 weeks ago: There are three major types of variables which you should know how to declare 1) Integer Numbers 2) … more →

Tags: Integer in C Language, Float in C Language, Double in C Language, Characters in C Language, Long in C Language

Comments in C Language

Zohaib Ahmed Shakir wrote 3 weeks ago: Comments are generally those lines of code which the compiler or you can say computer skips and has … more →

Tags: Single Line comments c language, Multiple Line comments c language

Creating Batch files with a C program

Biswajit wrote 3 weeks ago: This is a very simple file handling program. With c language you can create files with any extension … more →

Tags: C Language, Computing, DOS Help and Tips, Batch file programming, DOS

Taking input in C language

Zohaib Ahmed Shakir wrote 3 weeks ago: To take input in c language we use Scanf function. Scanf function takes the input from the user and … more →

Tags: Scanf Function C Language, Input in C language

Escape Sequences in C Language

Zohaib Ahmed Shakir wrote 3 weeks ago: Escape sequences in c language are used in the printf function of c language.For example if i want t … more →

Tags: printf function c language, Escape Sequences C Language

Finding the Greatest Element in an Array

Biswajit wrote 3 weeks ago: This program searches a given array for the largest number. The first for loop lets the user to inpu … more →

Tags: C Language, Computing

Displaying output in C Language

Zohaib Ahmed Shakir wrote 3 weeks ago: In c language function printf is used to display output on the screen. As the Function name printf t … more →

Tags: Format Specifiers C language, Output C language, printf function c language

Format specifiers in C language

Zohaib Ahmed Shakir wrote 3 weeks ago: Format Specifiers in C language tells us which type of data to store and which type of data to print … more →

Tags: Format Specifiers C language

Checking for a prime number with C

Biswajit wrote 3 weeks ago: This program checks whether a given number is prime or not. The program is very simple. For a given … more →

Tags: C Language, Computing

Solution of Quadratic equation with C

Biswajit wrote 3 weeks ago: The following program calculates the solutions of a quadratic equation whose coefficients are suppli … more →

Tags: C Language, Computing


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS