Posts by YANNAM SATYA AMRUTHA

Author Biographical Info: Not available

Random function in C++ with range

By YANNAM SATYA AMRUTHA

In this article, we’ll talk about a C++ function that is commonly used for gaming and security purposes in order to generate a random number from a specified range. C++ inclu.... Read More

Use of strncat() in C++ with examples

By YANNAM SATYA AMRUTHA

In this discussion, let’s clearly understand the primary purpose of the strncat() function in C++ and in which scenarios we are going to use it, with some examples. strncat().... Read More

Differences between exit and kill in C++

By YANNAM SATYA AMRUTHA

In this discussion, we will be discussing the difference between kill and exit in C++. Firstly, let’s talk about what kill and exit are and what functions they perform. exit .... Read More

C++ String swap() with examples

By YANNAM SATYA AMRUTHA

In this article, we will go through the swap() function from the C++ standard library. A string is a variable that stores a series of characters. As we know, we can use the swap fu.... Read More