Neeraj Sharma

Neeraj Sharma

c++ program to create a matrix

Program to implement a 3D vector and a 3X3 matrix struct in c/c++ 3d Vector Structure the following structure describes a vector it has two constructor definition one Is default and the second one takes 3 floating-point values to assign…

What is a programing Language?

What is a Programming Language? In this post, I’ll tell you what exactly is the programing language? Maybe you are learning one of the languages like c, c++, java, etc, or maybe going to start with one as a beginner.…

INFIX TO POSTFIX

INFIX POSTFIX AND PREFIX Infix notation: you already know this form of mathematical expression when the operator comes between the operands, for instance, a + b. Prefix notation:   In the case of preFix, the operator comes before its operands as +…