Giter VIP home page Giter VIP logo

tusharmaheshwari0's Projects

49th-prblm icon 49th-prblm

Write a C program to read and print the elements of an array of length 7, before print, put the triple of the previous position starting from the second position of the array. For example, if the first number is 2, the array numbers must be 2, 6, 18, 54 and 162

c-basics icon c-basics

Code repository for Introduction to Computer Programming

cse306 icon cse306

Design a program using concepts of inter-process communication ordinary pipes in which one process sends a string message to a second process, and the second process reverses the case of each character in the message and sends it back to the first process. For example, if the first process sends the message Hi There, the second process will return hI tHERE. This will require using two pipes, one for sending the original message from the first to the second process and the other for sending the modified message from the second to the first process. You can write this program using either UNIX or Windows pipes.

systems-programming icon systems-programming

A computer requires software to be useful for something. Some software is application software and some software is at a lower level than the application level. Systems programming is the activity of programming this lower-level software for a computer system. The primary distinguishing characteristic of systems programming, when compared to application programming, is that application programming aims to produce software which provides a service directly to the user, whereas systems programming aims to produce software and software platforms which provides a service to other software, sit directly on some hardware platform, are performance constrained, or, most commonly, some combination of these. System programming requires a great degree of hardware awareness and its goal is to achieve efficient use of available resources, either because the software itself is performance critical (video games) or because even small efficiency improvements are directly related to improved experience for the user or monetary savings for the provider (embedded systems). As such, for this class we will be using C language since C is a high-performance mid-level language that was designed specifically for high-performance systems programming. C language is used heavily by software that must provide high performance and is much faster, for example, than Java, Python, or C#. C++ will also be introduced. By the end of the course you will be proficient with the C programming language and you will be able to understand and write non-trivial pieces of software.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.