Learn Various Aspects of String in C Programming

A string in C programming is nothing but an array or sequence of characters. These characters can be anything like numbers, alphabets, or special characters. Strings are terminated by the use of a null character represented by ‘\0’. For instance, Trickyedu.com The above string can be represented as: T r …

Read more

Own Implementation of Sizeof and Strlen in C

C has a library rich in functions, one of which is the strlen function. In simple words, strlen in C is used to return the length of a string. While calculating the length, the null character is not considered. Syntax of Strlen in C size_t strlen(const char *s); Compare two …

Read more

How to Compare Two Strings Without Using Strcmp in C

The library of C programming language is extremely rich in functions. We have already looked at Strcpy and Strncpy in C. This time we are going to look at Strcmp in C which stands for string compare. The String Compare function, as the name suggests, is used to compare the …

Read more

Top 5 Best Video Players for Windows

5 Best Video Players for Windows

The entertainment industry has grown a lot in the past few years. A big credit for that goes to the evolution of computers. People used to go to movie theaters to watch movies, but with the evolution of computers and the invention of the Internet, people now have a lot …

Read more

How to Reset or Decrypt Wifi Passwords?

how to decrypt wifi passwords

Want to surf the web, but you don’t have an active internet connection? In today’s world, the internet is one of the most important parts of our lives. The other day, I heard someone saying – “Internet is as important for our survival as Oxygen.” As humorous as it may …

Read more

Biography of Fitness Trainer Sapna Vyas Patel

Sapna Vyas Patel

Sapna Vyas Patel is a Fitness instructor. She is 30-year (10-11-1089) old, born in Ahemdabad, Gujrat, India. Sapna helps celebrities to maintain their weight. This famous fitness trainer is the daughter of the Ex-Health Minister of Mr. Jay Narayan Vyas.  See Also: Acupressure Point for Back Pain Do you know …

Read more

Best Video Player App for iPhone in India 2020

best video player app for iphone in India 2020

Nowadays, an integral part of using a smartphone is entertainment. Whether it is playing songs, or watching videos, you can do anything with a smartphone. But how to decide which video player app is the best for your iPhone? Different users have different requirements. How to make your iPhone experience …

Read more

What is Virtual Private Network (VPN)? How Does It Works?

what is vpn

Do you know, What is a VPN? The development of Virtual Private Networks dates back to 1996. Microsoft came up with a Peer-To-Peer-Tunneling Protocol, often known as PPTP, which was a precursor to modern Virtual Private Networks. The intention of making the PPTP was to makes a connection between a …

Read more