What is the difference between the C programming language and C programming under linux?

user2735674

What is the difference between the C programming language and C programming under Linux?

Are the syntax same in both them?

Or is the difference only when you execute the program?

Alok Save

The C language is governed by the ISO approved C standard and it does not take in to account the underlying platform on which you use C. So from the perspective of the language standard there is no difference, and a standard compliant program shall work correctly on both.

However in practical usage one needs to do platform specific things for ex: IPC mechanisms, multithreading, file access and so on which are specific to the platform, such functionality will vary from platform to platform because each will provide functionality specific to itself. Note that such functionality is not covered by the C language standard, so using it makes the program non portable across other platforms.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

What is the difference between "Explicitly" and "Implicitly" in programming language?

From Dev

What's the difference between Java (programming language) and Java (Control Panel)?

From Dev

What is the difference between evolutionary programming and genetic programming?

From Dev

What is the difference between functional programming and declarative programming?

From Dev

What is the difference between evolutionary programming and genetic programming?

From Dev

Operator ~ in c programming language

From Dev

Behaviour of && in C programming language

From Dev

Pointers in C programming language

From Dev

Exceptions in c programming language

From Dev

MySQL & c programming language

From Dev

Alloc in programming language C

From Dev

Programming in C - Differences between Linux and OSX

From Dev

socket programming in linux by c

From Dev

What is this C programming reading?

From Dev

C programming language triangle adjacency

From Dev

Calculator(accumulator) in c programming language

From Dev

Binding In c++ programming Language

From Dev

base conversion in c programming language

From Dev

What is correct way of getting keypress in telnet session in C programming language?

From Dev

Difference between Short, long and Long long int in C programming?

From Dev

Linux - What resources require raised privileges C/C++ programming?

From Java

What is difference between functional and imperative programming languages?

From Java

What is the difference between declarative and imperative programming?

From Java

What is the difference between asynchronous programming and multithreading?

From Java

What is the difference between syntax and semantics in programming languages?

From Dev

What alternatives have sockets programming tcp on c++ linux

From Dev

Linux C programming execute as user

From Dev

Chatroom in C / Socket programming in Linux

From Dev

What is cache in C++ programming?

Related Related

  1. 1

    What is the difference between "Explicitly" and "Implicitly" in programming language?

  2. 2

    What's the difference between Java (programming language) and Java (Control Panel)?

  3. 3

    What is the difference between evolutionary programming and genetic programming?

  4. 4

    What is the difference between functional programming and declarative programming?

  5. 5

    What is the difference between evolutionary programming and genetic programming?

  6. 6

    Operator ~ in c programming language

  7. 7

    Behaviour of && in C programming language

  8. 8

    Pointers in C programming language

  9. 9

    Exceptions in c programming language

  10. 10

    MySQL & c programming language

  11. 11

    Alloc in programming language C

  12. 12

    Programming in C - Differences between Linux and OSX

  13. 13

    socket programming in linux by c

  14. 14

    What is this C programming reading?

  15. 15

    C programming language triangle adjacency

  16. 16

    Calculator(accumulator) in c programming language

  17. 17

    Binding In c++ programming Language

  18. 18

    base conversion in c programming language

  19. 19

    What is correct way of getting keypress in telnet session in C programming language?

  20. 20

    Difference between Short, long and Long long int in C programming?

  21. 21

    Linux - What resources require raised privileges C/C++ programming?

  22. 22

    What is difference between functional and imperative programming languages?

  23. 23

    What is the difference between declarative and imperative programming?

  24. 24

    What is the difference between asynchronous programming and multithreading?

  25. 25

    What is the difference between syntax and semantics in programming languages?

  26. 26

    What alternatives have sockets programming tcp on c++ linux

  27. 27

    Linux C programming execute as user

  28. 28

    Chatroom in C / Socket programming in Linux

  29. 29

    What is cache in C++ programming?

HotTag

Archive