Search:

Type: Posts; User: Varuna

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,254

    What results in this output

    * Ex.c: Outputs the nearest integer of the input number */
    #include <stdio.h>

    int main(){

    float in;
    int out;

    printf("Enter a real number: ");
  2. Thread: Header Files

    by Varuna
    Replies
    7
    Views
    15,503

    Header Files

    how and what is the language used to create header files?
  3. Replies
    5
    Views
    2,500

    Can you explain this a bit more please ...

    Can you explain this a bit more please
    Libraries are essentially "a collection of object files" - it just makes a simple way to keep dozens or hundreds of object files in one place. The linker will...
  4. Replies
    5
    Views
    2,500

    The Compiling Process

    Please explain the stages of the compiling process.
    Can a function(not main) defined in one separate file be compiled into a exe or is it possible only to be compiled to a object file.
    During a...
Results 1 to 4 of 4