Skip to main content

Home/ Programming tutorials and source codes/ Group items tagged C code

Rss Feed Group items tagged

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

How to write error free C program - Rules and example codes | Techno Visitors - 0 views

  •  
    The Programming errors and wrong result can be irritating for any developer. Read some most important C language rules, tips and example codes that are really helpful to: - Avoid coding errors - Avoid wrong output results - Avoid programming ambiguities - And make C language programming more interesting
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

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.
1 - 4 of 4
Showing 20 items per page