IDE and Compiler for C programming language

Today I am starting up with a C programming language course, the instructor is asking for an IDE (codebloks) and a C compiler, instead of codeblocks I installed Anjuta but in the case of the compiler I do not know what compiler will work for me, please any suggestion about it, thanks you for any help you can offer.

Linux people most commonly use “gcc” for a compiler.

Assuming that you are using openSUSE, go to Yast Software Management, and select the “Patterns” view. And then install the “Base Development” pattern. That will install compiler and a bunch of other tools typically needed.

Ok I will apply your instructions, thank you very much!!!

If your Desktop GUI is KDE Plasma then, install KDevelop5 – <https://www.kdevelop.org/&gt;.


Information for package kdevelop5:
----------------------------------
Repository     : Update repository of openSUSE Backports
Name           : kdevelop5
Version        : 5.6.1-bp153.2.2.1
Arch           : x86_64
Vendor         : openSUSE
Installed Size : 18.8 MiB
Installed      : Yes
Status         : up-to-date
Source package : kdevelop5-5.6.1-bp153.2.2.1.src
Summary        : Plugin-extensible IDE for C/C++ and other programming languages
Description    : 
    KDevelop is an integrated development environment (IDE).
    It provides editing, navigation and debugging features for several programming languages,
    as well as integration with multiple build systems and version-control systems
    using a plugin-based architecture.
    KDevelop has parser backends for C, C++ and Javascript/QML,
    with further external plugins supporting e.g. PHP or Python.