PROGRAMMING

String Manipulation Using Library Functions

String Manipulation Using Library Functions

In this chapter you will learn how to manipulate strings in C programming using library functions like gets(), puts(), etc. strlen()Besides, you will learn to perform various operations on strings by accepting strings from the user. Library Functions – String Manipulation Table of Contents   Depending on the type of problem you may need to use strings more often. If you want

String Manipulation Using Library Functions Read More »

Passing Arrays through functions in C Programming

Passing Arrays through functions in C Programming

In this chapter you will learn how to pass arrays through functions and how to use arrays in your programs. So by the end of this chapter you will learn how to pass both one-dimensional and multi-dimensional arrays through functions. In C  programming , an element of an array or the entire array can be passed through a function . This

Passing Arrays through functions in C Programming Read More »