Skip to main content

Home/ Programming tutorials and source codes/ Group items tagged statements

Rss Feed Group items tagged

Sushil Saini

C Tutorial - Loop Control in C language | Techno Visitors - Tutorials C, C , C#, ASP.N... - 0 views

  •  
    Check out this post to get detailed explanation of loop statement in C language: Here you will also read: - What is a loop control instruction? - Why you need iteration in programming? - Real life examples of loop statement - How a loop statement works? - Types of loop statements - Pre-conditional iterations - Post-conditional iterations
Sushil Saini

How to convert arithmetic expression to C, C , C# statement, associativity of operator... - 0 views

  •  
    C, C++ do not follow BODMAS Law while evaluating expressions. So, before writing code, you need to convert arithmetic expressions to the proper programming language statement first. Check this post to know: - How to convert any arithmetic expression to C, C++ or C# expression/statements. - How to do integer and float conversions in C - What is associativity of operators.
Sushil Saini

Decision making in C, C , C# languages using if - Part 1 | Techno Visitors - tablet, l... - 0 views

  •  
    Check how to make decisions in programming languages like C, C++, C#. In this post, you will read about: - What is decision making? - Decision making in C, C++, C# - If statement - Multiple statements within if - C++ example program for if condition - Relational operators - C program showing use of relational operators
Sushil Saini

How IF statement surprises the beginners - C, C , C# tutorial | Techno Visitors - tabl... - 0 views

  •  
    Sometime the if (expression) statement in C, C++, C# languages leads to unexpected results for the beginners. Do you know why they get confused and surprised with such strange behaviour of if? Read how.
Sushil Saini

Switch statement in C, C : Everything to know about switch - Part 1 | Techno Visitors ... - 0 views

  •  
    Check out some tips and traps of the switch statement in C/C++ languages to improve your programming skills and write more manageable and optimized source code.
Sushil Saini

Interview questions and answers for switch programming | Techno Visitors - tablet, lapt... - 0 views

  •  
    Checkout top switch control related questions mostly asked from the fresher candidates during C, C++, C# interview. Here you will read: - 15 Interview Questions with answers for switch statement - Technical questions on programming in Part 1 - Source code based questions with their results in Part 2
Sushil Saini

Difference between switch and if else ladder - Which one is better | Techno Visitors - ... - 0 views

  •  
    Do you know the conditions where the use of switch and if else ladder C/ C++/C# programming controls are better over each other? In this post, you will read: - An example program showing how switch is more manageable than if else. - Disadvantages of switch over if-else - Advantages of switch over if-else - Why switch works faster than if-else? - Where to use switch over if-else? - And where to use if-else over switch?
Sushil Saini

Decision making statements in C, C , C# programming - Chapter 2 | Techno Visitors - ta... - 0 views

  •  
    This tutorial includes 4 units covering replies to almost all questions relating to decision making with all if constructs of C, C++ and C# programming languages.
1 - 8 of 8
Showing 20 items per page