Garvit Gulati
24 articles
I am a Machine Learning, Artificial Intelligence enthusiast who aspires to make our lives easier with the use of technology. I love coding and educating others about C++ programs and stuff. I am an undergraduate at Delhi Technological University(formerly Delhi College of Engineering) , studying Information Technology.
Comparing Vector and Array: Understanding the Key Differences
What is the auto keyword in C++?
What is the friend keyword in C++?
What is the difference between endl and \n in C++?
What are namespaces?
string to int in C++
int to string in C++
Symmetric or Skew symmetric matrix in C++
Program to read and write to a file in C++
Program to read ‘n’ number and print them in matrix terms in all orders in C++
Program to convert decimal to binary in C++
Program to convert Celsius to Fahrenheit in C++
nth Fibonacci number in C++
Program to set Nth bit of a number in C++
Get Nth bit in C++
Pattern Programs in C
Area of Triangle C++ Program
Print prime number program in C++
Swap two numbers using pointers
Program to compare two strings are equal or not
Program to count the number of words, characters, alphabets, vowels, consonants and digit in a line of text
Program to print the next day’s date, month, year
Three dimensional array in C++
Program to find the length of the given string by using functions