Introduction to C Programming Sem1 Assignment 2
1. Describe the basic structure of “C” Program. Sem1 Assignment 3 The basic structure of a C program includes the preprocess…
1. Describe the basic structure of “C” Program. Sem1 Assignment 3 The basic structure of a C program includes the preprocess…
कोई प्रश्न रहा जाता है ही तो नीचे कॉमेंट में बताए Write a query to create a table and view the table स्ट्रक्चर To create a t…
What is Operating System? Also define its main functions An operating system (OS) is the most crucial software that runs on …
Q.1 How to start computer write all step To start a computer, follow the steps below: 1. Ensure that the computer is connect…
Q1.Write a program to print “Hello” in C language #include <stdio.h> int main() { printf("Hello"); ret…