In this post, I will discuss about Important Points for Declaring a Structure, How Structure Elements are Stored, Array of Structures, Types of Input / Output, Console Input-Output Functions, Formatted Console Input / Output Functions, Format Specification, Optional Format Specifiers, and Escape Sequences in C language. Important Points for Declaring a Structure: Below … [Read more...]
Strings, scanf, Standard Library Functions In C Language
In this post, I will discuss about strings, Program to Demonstrate Printing of a String, %s Format Specifier, scanf( ), Standard Library String Functions in C, strlen( ) function, strcpy( ) function, Function to concatenate a string, Function of comparison of two stings in C, Structure (Grouping of data type together in C), and Declaring a Structure in C programming. What … [Read more...]
What Is Software Testing Life Cycle And Phases In STLC
Software testing life cycle comprises of many testing related activities that will be carried out prior to development, during development and post development. Software testing life cycle helps in identifying what all test activities to be carried out and when to accomplish the testing activities. At every stage of development there will be a testing activity. There will not … [Read more...]
PPP Protocol And Method To Bring Internet Lines Up And Down
In this post, I will discuss about The Point-to-Point Protocol, The PPP full frame format for unnumbered mode operation, and Explanation of Method to bring Internet Lines Up and Down in Computer Networks. The Point-to-Point Protocol: Point to Point protocol is used for various reasons like router to router traffic, error detection, supports multiple protocols, IP … [Read more...]