User Posts: Saloni Soni
What is constructor Keyword? Constructor is a keyword which is used in class. The name of constructor is same as class name. It is always void as it does ...
What is Frontend development? Websites are made using Frontend development .Server as well as client both can see front page which is made using Frontend ...
WHAT IS JAVA? Java is an Object Oriented Programming language. James Gosling has designed and Oracle Corporation has developed Java. It reduces costs, ...
What is Data? Data is information or content stored in database. What is Database? Database is a computer based record keeping system. It is used to ...
What is SQL? SQL is Structured Query Language. It helps to execute queries against database. It helps to insert, retrieve, update and delete data from ...
What is C Programming Language? C is procedure Oriented Programming Language. It contains function named main() in which user used to write program. If we ...
What is Operators and Expressions? An operator is a symbol which helps the user to command the computer. We can do a certain mathematical or logical ...
What are Decision Control Statements in C ? We can make decisions in coding using decision control statement. For example, if we have two or more ...
What is Loop Control Statement? Loop control statement is use for repetition purpose. When we want to repeat the code we will use loop control statements. ...
What is a Function? A function represents set of instructions. They are expected to work similarly on various inputs given to it. It gives modularity to ...