Skip to main content

Posts

Showing posts from August 30, 2018

Conditional Statements in C

Conditional Statements In c programming language, decision making is used to specify the order in which statements are executed. In C we use conditional statements to achieve this. There can be any type of control structures. In our daily life, these kinds of control structures generally achieve or used in our decision-making process. Control Structures types. If then            If I exercise daily then I will be fit If else             If today rains then I will play FIFA else I will not play FIFA. else if      In programming, we use a conditional statement to make decisions in the same way as in real life. If Statement Example if the expression it true evaluate the statement. if (expession) { statement } C example. You have given a number, check if the number is positive print Positive on the terminal. if (number > 0) { printf("Positive"); } ...

Operator In C Programming language

Operator In C Programming language In this post, We will learn about the basic operator that are available in C programming language. In C programming language an operator helps us in doing computation like adding numbers or variables value, other mathematical mutation and other computations. Type Of 0perator In C Program C programming language has mainly the following types of operators are available Arithmetic Operator Assignment Operator Relational Operator Logical Operator Ternary Operator Bitwise Operator Comma Operator Arithmetic Operator in C Programming  In C Programming language, An arithmetic operator performs mathematical operations such as addition, subtraction and multiplication on numerical values.     Operator Meaning of Operator + addition or unary plus - subtraction or unary minus * multiplication / division % remainder after division( modulo division) Example Arithmetic operator #include <stdio.h> int...

Haryana Public Service Commission: HPSC 2018

Haryana Public Service Commission: HPSC 2018 Company Name         :  Haryana Public Service Commission: HPSC 2018 Recruitment Post Name                       :   Civil Judge State                            :  Haryana Salary                           :  Rs   27,700-44,770 Number of Vacancy   :  107 Eligibility                     :  Bachelor's Degree in Law Last Date to Apply     :  30-09-2018 Application Details    :  Notification Apply Online              :  Apply Here Government Jobs In  Haryana Please write comments if you f...

Tamil Nadu Police Recruitment (2018)

Tamil Nadu Police Recruitment (2018) Company Name         :  Tamil Nadu Police Recruitment (2018) Post Name                       :   Sub-Inspector State                            :  Tamil Nadu Salary                           :  Rs  36,900-1,16,600 Number of Vacancy   :  202 Eligibility                     :  Graduation Degree in Science Last Date to Apply     :  28-09-2018 Application Details    :  Notification Apply Online              :  Apply Here Government Jobs In  Tamil Nadu Please write comments if you find anything incorre...