Dipesh Bhatiya

I am Dipesh bhatiya. I am interested in coding,maths and program.ming

Student at Shri Vaishnav Institute of Management

Studied at Shri anand higher secondary school

Certified in Social media marketing

Discovery of c++

C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significantly over time, and modern C++ has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation. It is almost always implemented as a compiled language, and many vendors provide C++ compilers, including the Free Software Foundation, LLVM, Microsoft, Intel, and IBM, so it is available on many platforms.

Discovery of c language

C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, while a static type system prevents unintended operations. By design, C provides constructs that map efficiently to typical machine instructions and has found lasting use in applications previously coded in assembly language. Such applications include operating systems and various application software for computers, from supercomputers to embedded systems.CThe C Programming Language[1] (often referred to as K&R), the seminal book on CParadigmImperative (procedural), structuredDesigned byDennis RitchieDeveloperDennis Ritchie & Bell Labs (creators); ANSI X3J11 (ANSI C); ISO/IEC JTC1/SC22/WG14 (ISO C)First appeared1972; 47 years agoStable releaseC18 / June 2018; 1 year agoTyping disciplineStatic, weak, manifest, nominalOSCross-platformFilename extensions.c, .h

Discovery of python

Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.[27]PythonParadigmMulti-paradigm: functional, imperative, object-oriented, reflectiveDesigned byGuido van RossumDeveloperPython Software FoundationFirst appeared1990; 29 years ago[1]Stable release3.7.4 / 8 July 2019; 2 months ago[2]2.7.16 / 4 March 2019; 6 months ago[3]Typing disciplineDuck, dynamic, gradual (since 3.5)[4]LicensePython Software Foundation LicenseFilename extensions.py, .pyc, .pyd, .pyo (prior to 3.5),[5] .pyw, .pyz (since 3.5)[6]Websitewww.python.org