Procedure to create and share Google Forms.
Step 1: Go to forms.google.com or Google Drive The first step is to open Google Forms. You can do this by going to forms.go…
Step 1: Go to forms.google.com or Google Drive The first step is to open Google Forms. You can do this by going to forms.go…
Important questions according to exams point of view. Applied Physics-I Assignment Force and Motion Define scalar and vector…
Important questions according to exams point of view. Applied Physics-I Assignment No. 2 Work Power and Energy Define work a…
Every year, many students join different colleges for higher studies. They meet many new people and make new friends. I'…
In C, we can print anything without the use of a semicolon, including "hello" and "hello world". There a…
Terminal (Sessional) Exam Result Session 2022-2023 Department of Computer Science & Engineering Computer Science & E…
Applied Physics II (Assignment No. 2.2) Assignment No. 2.2 Important questions according to exams point of view. Explain the…
Headers and footers are used in Microsoft Word to include extra information like the title, file name, date, page numbers, e…
A list can be made more appealing and legible by using bullets and numbers. A list with bullets draws more attention than a …
A number, symbol, figure, letter, or signal that is smaller than the typical (standard) typeface is known as a subscript or …
Applied Physics-II Assignment No. 1 Assignment 1 Explain conductor, Non-conductor, semiconductor and potential difference. …
Sum of first N natural numbers in C. #include <stdio.h> #include <conio.h> void main() { int n, i, sum = 0…
C Program to arrange any number of integer numbers in ascending order. #include <stdio.h> #include <conio.h…