Conditional clauses are statements defining the conditions.At certain times we want our statement to execute when something occurs ie the condition is fulfilled.For conditions we use relational operat… more →
Programming Languages For Beginnersangelcomputereducation wrote 1 week ago: Programming with C Language Duration : 3 Month Fees : Rs. 3500/- Content Introduction To C Language … more →
Zohaib Ahmed Shakir wrote 1 week ago: Conditional clauses are statements defining the conditions.At certain times we want our statement to … more →
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 →
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 →
Traci wrote 1 week ago: For the past week, particularly the last two days [which would have been Saturday & Sunday- see … more →
Zohaib Ahmed Shakir wrote 2 weeks ago: Logical operators in c language are the operators which combine two or more conditions and evaluate … more →
Zohaib Ahmed Shakir wrote 2 weeks ago: Relational operators are those operators which relate two values and tells that the relation we made … more →
Zohaib Ahmed Shakir wrote 2 weeks ago: Arithmetic assignment operators in C language are those assigning values on left hand side variable … more →
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 →
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 →
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 →
Biswajit wrote 3 weeks ago: This is a very simple file handling program. With c language you can create files with any extension … more →
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 →
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 →
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 →
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 →
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 →
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 →
Biswajit wrote 3 weeks ago: The following program calculates the solutions of a quadratic equation whose coefficients are suppli … more →