c language

C (pronounced like the letter c) is a general-purpose computer programming language. It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs. It has found lasting use in operating systems, device drivers, protocol stacks, though decreasingly for application software. C is commonly used on computer architectures that range from the largest supercomputers to the smallest microcontrollers and embedded systems.
A successor to the programming language B, C was originally developed at Bell Labs by Ritchie between 1972 and 1973 to construct utilities running on Unix. It was applied to re-implementing the kernel of the Unix operating system. During the 1980s, C gradually gained popularity. It has become one of the most widely used programming languages, with C compilers available for almost all modern computer architectures and operating systems. C has been standardized by ANSI since 1989 (ANSI C) and by the International Organization for Standardization (ISO).
C is an imperative procedural language supporting structured programming, lexical variable scope, and recursion, with a static type system. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support. Despite its low-level capabilities, the language was designed to encourage cross-platform programming. A standards-compliant C program written with portability in mind can be compiled for a wide variety of computer platforms and operating systems with few changes to its source code.Since 2000, C has consistently ranked among the top two languages in the TIOBE index, a measure of the popularity of programming languages.

You do not have permission to view the full content of this post. Log in or register now.
  1. Y

    Course [Udemy] Mastering C Language - C Programming For Beginners 2024 [Jan 30 2024]

    Learn mastering C programming language only for beginners. Join the Comprehensive C Masterclass! Udemy Link: Hidden content ✳ 🎀 𝐿𝒾𝓀𝑒 𝒶𝓃𝒹 𝐹𝑒𝑒𝒹𝒷𝒶𝒸𝓀 𝓅🌞 🎀 ✳:02Hype:
  2. B

    C language

    Can someone help me to finish a a C language code please. It's a simple Ordering menu, I have lackings in the code that's is the receipt in the code the attached file is the code
  3. T

    Help C language program

    Pa help guys, pahingi po ng simple program sa C language gamit ang nasa baba: Create a code that can emulate your choice of object or situation. Your code MUST include the following concepts: o Variables o Comments o Arithmetic Operators o Conditional statements (choose between if-else and...
  4. K

    Help Case study in C language

    Mga bossing baka pwede kayo suggest ng case study para sa C yung may ginagamitan ng formula and calculations kahit simple lang thank you po
  5. R

    C & C++ Pa help c language

    Up Until Zero (or less) Ask the user to input an integer remaining_value. While the value of remaining_value is greater than 0, continuously ask the user for an integer input named,subtrahend, and subtract this to the remaining_value. Print the remaining_valueusing this format...
  6. R

    C# C language help ulit

    C language 4. The Final Total by CodeChum Admin An integer variable, total, is initialized to 10 in the code editor. Ask the user to input an integer and check if it is positive, negative, or zero. if positive: check if it is even or odd. if it is even, add its square to total, otherwise add...
  7. R

    Help Programming C language

    C language Ask the user to input an integerx. On the next lines of our console: Print the word "Code" if x is divisible by 7 but not by 3. Print the word "Chum" if x is divisible by 3 but not by 7. Print "CodeChum" if x is divisible by both 7 and by 3. Otherwise, print "None of the above"...
  8. R

    C & C++ C language pa help mga paps

    Pa help naman nito mga idol sabog na utak ko
  9. D

    Help C language help

    Here are the program’s specifications: Show a menu. It will not proceed unless the input 1-5 is given. Add Subtract Multiply Divide Exit After selecting an option(except 5), ask for inputs Enter 1st number: Enter 2nd number: It will show the results based on the option...
  10. R

    C language help

    Pa help naman nito mga idol sabog na utak ko
  11. R

    C & C++ Pa help naman nito mga idol C language

    daming pina pagawa ng instructor namin di man lang nag bigay ng examples pano gawin yan
  12. R

    C & C++ C language pa help po

    pano ba to e code mas homirap pa ata beginner lang po
  13. K

    C LANGUAGE

    Meron po ba kayo nito na file? docs wps ata or ips meron kasi dyan diko alam san galing to kani gusto ko lang sana makita file oh link baka meron kayo dyan alam full course ata to oh subject sa CPE 112 sa 1st year college
  14. S

    Help Sino expert sa coding dyan (c language)

    pa help namn sa lods, pa fix lang ako sa code para sa project namin
  15. M

    C language

    Hello po pahelp naman po, medyo nalilito pa rin kasi ako sa syntax ng c language. Need na lang palabasin output, hindi ko alam paano ko sya palalabasin/anong kulang dito sa code
  16. C

    C & C++ Help

    #include <stdio.h> #define size 10 int main() { int numbers[size]; double grade[10]; double grade1=0; double grade2=0; double grade3=0; double highPerformance; double lowPerformance; printf("Enter the final grade of a student: "); scanf("%d", grade)...
  17. C

    C & C++ Help C language

    #include <stdio.h> void rRow(int array[3][4]){ int n, i, j; printf("\n\tEnter which you want to display >>"); scanf("%d", &n); for(i = 0; i < 3; i++){ for(j = 0; j < 4; j++){ if(i == (n-1)){ printf("%d"...
  18. C

    C & C++ Help anong mali sa code ko

    #include <stdio.h> void rRow(int array[3][4]){ int n, i, j; printf("\n\tEnter which you want to display >>"); scanf("%d", &n); for(i = 0; i < 3; i++){ for(j = 0; j < 4; j++){ if(i == (n-1)){ printf("%d"...
  19. V

    C & C++ LF commission C language c++

    sino po nag papacommission dito sa coding C language
  20. V

    C & C++ Pa help po C language

    Kulang nalang po ng ganito #include <stdio.h> #define rSize 3 #define cSize 4 void accScores(int scores[rSize][cSize]){ int row, col; for(row = 0; row < rSize; row++){ printf("\nStudent %d:\n", row+1); for(col = 0; col < cSize; col++){ printf("Quiz...
  21. C

    C# [CY4NFILES] Data Structures and Algorithms In C

    Data Structures and Algorithms In C Data Structures and Algorithms in C Using C DSA Data Structures Algorithms Competitive Programming DSA C Data Structures What you'll learn Understand the details of Data Structures and algorithms through animations Learn to write programs for different Data...
  22. K

    C & C++ Pahelp naman po sa program

    Hello po, patulong naman po kung pano gagawin sa program na 'to it should have file handling function, thank you so much po. c language po pala dapat program
  23. P

    Help C problem

    pa help mga master bagohan lang sa C language po pano e solve to sa dalawang test case.
  24. F

    Source not compiled

    Naka windows 10 ako ban ganto lumalabas kapag na run ko?? patulong nman salamat
  25. U

    C# Deleted

    Deleted
  26. D

    Closed Loops in C Language

    Hi mga paps, heto nanaman ako upang magpatulong sa mga pro users of c language jan, medyo confused pa po ako sa loops kaya sana matulungan nyo ko I need po a loop na magtatanong if you want to process another that is answerable by "Y or y" and "N"/n" Then pag ang ininput ng user is no,dapat...
  27. P

    Closed Basic C programming problem but till now di ko masolusyunan

    So here it is guys I'm doing this project since last last week I'm almost done but till now di ko parin masolusyunan tong problema ko taeeee hahahhaah so here's the sample of what I'm doing So my problem is hindi ko mapalabas na ang score per questions ay true = 1 and false = 0 , ang laging...
  28. D

    Closed C programming beginner

    Hi mga paps, I am new at c laguage, pahelp naman po kung anong mali dito sa ginawa koooo, hahahah I can't seem to find where did I mistaken Matapos ko syang i-compile and run, once na nag input ako ng number di nya binabasa yung sumunod na if else statement, hanggang dun lang sya sa "SOME...
  29. C

    Closed Turbo C Project

    Baka po may makatulong sakin hehe di ko alam kung tama ba ito😨 Baka po pwede pong pa help about sa codes ko di po kasi gumagana yung Display hehe tska po pa help na din sa price kunyari po may item pa akong idadagdag yung sa price niya ganto po pala need gawin not sure kung tama yung system ko...
  30. Z

    Closed Paki explain naman po sa marunong sa C

    Pa explain naman po, di ko kasi magets. Result : Eto po yung code: Nagtataka lang kasi ako dun sa naka highlight bat dicrement yung kailangan instead na i increment yung dot. Kasi sa result padagdag ng padagdag yung dots papuntang row 13. Di ko lang po magets hahaha TIA sa makakapag explain
  31. F

    Closed Patulong guys thanks

    paki program naman po to using c language Write a program that compute the perimeter of the rectangle of any given sides. last na to guys mag aaral tlga ako ng mabuti haha Thanks!
  32. R

    Closed C language help !

    mga kuya/ate pa help naman mo, need ko po ng code ng c language ganto po yung problem: "Create a program that will accept two strings values. the program must be able to determine the longest common prefix of the two words. terminate input if "end" is entered: sample output: Enter first word...
  33. B

    Closed Patingin naman ng sources codes sa c language

    hinahanap ko po yung parang data base na pwede mag search,modify,delete, dadaglang po feature s sa project thank you
  34. D

    Tutorial 10 Programming Languages You Should Learn Right Now

    10 Programming Languages You Should Learn Right Now! :love: 1. Java What it is:Java is a class-based, object-oriented programming language developed by Sun Micro-systems in the 1990's. It's one of the most in-demand programming languages, a standard for enterprise software, web-based...
Back
Top