Basic Structure of c program

1.Header file [#include<stdio.h> , conio.h , math.h , string.h] #incluide<stdio.h:- πŸ‘‰ This command is a preprocessor directive in c which contain all standard input and output files before compile any c program.2.Global variable3.main()4.{5.Local variable6.Body/Statement7.} ❢ Header file πŸ‘‰ This is a collection of files that contains many functions. βœͺ Stdio.h πŸ‘‰ This also known as … Read more

Semester Notes for Computer Computer Science | SBTE Bihar

COMING SOON ALL LINK IS ACTIVATE 1ST SEMESTER NEW 2021 Subjectcode Subjects NOTES 2001101 Mathematics-| Download 2001102 Applied Physics-| Download 2001103 Applied Chemistry Download 2001104 Communicationskills in English Download 2001105 Engg Graphics Download 2ND SEMESTER NEW 2021 Subject code Subjects NOTES 2002201 Applied Math-|| Download 2002202 Applied Physics-|| Download 2002203 IT System Download 2002204 Fundamental … Read more

What is Language

Language is a technique to explain our ideas and feelings to other Language Generally, language contains two-part 1. Grammer:- It means rule and regulation 2.syntax:-It means writing style. History of language in computer 1.ALGOL(Algorithmic language) 2. BCPL (Basic combined programming language) 3. B Language 4. C Language 5. ANSI C 1. ALGOL:- πŸ‘‰ It was … Read more