Skip to main content

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

Rss Feed Group items tagged

Sushil Saini

Role of variables in C, C , C#: Real world examples, types and relation with constants... - 0 views

  •  
    Can you imagine the computer programming without using the variables? In this post you will read: - The role of variables in programming languages - C, C++ and C# - How to identify variable and constants from the real world problems and how to implement them in programming. - What are variables, their types and declaration rules - What is the relation between variable and constants
Sushil Saini

What is a programming instruction - Types, define and initialization rules | Techno Vis... - 0 views

  •  
    Check out the basic but important information about #program and #instructions. What are their types and rules for declaring and initializing #c, #cplusplus and #chash instructions.
Sushil Saini

What is C, C program execution life cycle: complete building process and IDE | Techno... - 0 views

  •  
    Do you know how IDE completes any C, C++ program execution life cycle (inside the building process)? Not only this, the post includes lot more to know like: - What is Program Execution life cycle? - What is the building process? - What is Editor and how the compiler compiles any C program? - What is Compilation and linking process? - What is IDE? - What is an execution process? - How to set compilation environment of C program in Turbo C++? - Why you need to understand compilation, linking and execution of any C program?
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

C, C interview questions and answers - Unit 2: variables, constants, arithmetic opera... - 0 views

  •  
    This is my 2nd interview questions and answers based article for the fresher C and C++ programming candidates. It is useful for the programming beginners to understand the deep concepts of variables, constants, arithmetic operations, hierarchy and evaluations.
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

Decision making using if else, nested if else, else-if in C, C , C#: Part 2 | Techno V... - 0 views

  •  
    Check how to refine a #decisionmaking #C, C++ program using #ifelse, #nestedifelse, #logicaloperators and #elseif. This post includes: - How to use if-else - C++ program to find even and odd numbers using if-else condition - How to use Nested if-else - #Cplusplusprogram to calculate divisions from mark sheet of students using nested if-else - Disadvantages of using nested if-else - C++ program showing divisions of students using logical operators with if condition - Disadvantages of using logical operators - Replacing if and logical operators conditions with else-if condition.
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

C Language interview questions and answers unit 1 - Quiz based exam for beginners | Tec... - 0 views

  •  
    Check out our 1st Quiz based #Clanguage #interviewquestions and their answers for unit 1 of #Ctutorial. It is helpful for C beginners to deeply understand the basic concepts of #Cprogramming, defining rules and use of #variables, #constants, #keywords, tokens, character set.
Sushil Saini

Stored Procedure Vs User Defined Functions in SQL Server: Which is better and why | Tec... - 0 views

  •  
    Check out comparison between the two most important SQL SERVER objects - Stored procedure and User defined functions. Which is better and why? Where to use which one?
Sushil Saini

C# Tutorial: How to use Insert, Int32.TryParse, Padding strings, Join | Techno Visitors... - 1 views

  •  
    Read some interesting ways for manipulating string objects and joining array elements in C# using Insert, Int32.TryParse, PadLeft, PadRight and Join() methods. - Example programs - Download Link to this tutorial
Sushil Saini

ASP.Net MVC Architecture - What to know & Why to choose it? | Techno Visitors - Tutoria... - 0 views

  •  
    In this post, you will read about ASP.NET MVC 4 architecture. Also check why you should select MVC for your web application project and the descriptive information on model, view and controller classes.
Sushil Saini

C, C Tutorial - Promotion and demotion of data types and operations hierarchy | Techn... - 0 views

  •  
    Check how the data types are promoted and demoted while type conversion in assignment operations. Also read what is hierarchy of operators in C, C++ languages?
Sushil Saini

C Tutorial: 11 reasons how C is better than C language | Techno Visitors - tablet, ... - 0 views

  •  
    Read 11 prime reasons and features for showing how C++ language is better than C. - Function Vs Object driven approach - Top down Vs Bottom up approach - Low Vs middle level programming - And more
Sushil Saini

Dell XPS 14 Windows 8 laptop: Available at lowest price range on Amazon | Techno Visito... - 0 views

  •  
    Dell XPS 14 - a powerful laptop with Core i5 processor, 500GB HDD and 32GB SSD available now to buy online at the lowest price range. Enjoy reading specs, price and reviews for this Windows 8 Dell machine.
Sushil Saini

C# Tutorial: String Search 2 - Indexof, LastIndexOf, LastIndexOfAny | Techno Visitors -... - 0 views

  •  
    Read how to do string search in C# programming using IndexOf, LastIndexOf and LastIndexOfAny methods. Also read this post to know: - Why to do searching while writing a program. - Where to use IndexOf() method. - Difference between LastIndexOf and LastIndexOfAny methods - Example C# programs for using above methods
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

C# Tutorial: StringBuilder - Where, why and how to use? | Techno Visitors - Tutorials C... - 0 views

  •  
    In this C# tutorial, you will read belowed mentioned interesting fact about StringBuilder mutable class: - What is StringBuilder Class? - Why do you need this Class? - Where to avoid StringBuilder? - Cautions while using it? - StringBuilder functions - Example programs - And get download Link to this tutorial
Sushil Saini

How to start C, C , C# - Chapter 1: Basic Fundamentals | Techno Visitors - 0 views

  •  
    This tutorial includes 13 units covering almost all basic fundamental concepts of C, C++ and C# programming languages.
Sushil Saini

Top arithmetic mistakes programmer do in C, C , C#: Rules to follow | Techno Visitors - 0 views

  •  
    Read some common arithmetic mistakes #programmer do while #C, #c++, #chash programming. Also check out: - Why must to understand #arithmeticoperations of #programminglanguage? - *Important arithmetic operation rules* - *Example* #programs and - Notes to avoid *arithmetic operation errors*
1 - 20 of 30 Next ›
Showing 20 items per page