GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

Author Archives: Anonymous

Assume you have a FILE pointer named ptr which is pointing t…

Assume you have a FILE pointer named ptr which is pointing to an opened file. Which of the following statements is the correct way to read in a string?

Read Details

Which of the following is the correct code to open a file fo…

Which of the following is the correct code to open a file for writing? FILE * fileIn;

Read Details

What header file must be included to use malloc()?

What header file must be included to use malloc()?

Read Details

When working with files, what does EOF or eof mean?

When working with files, what does EOF or eof mean?

Read Details

Which of the following is a valid function call (assuming th…

Which of the following is a valid function call (assuming the function ‘test’ exists)?

Read Details

What is the general form of fgets()?

What is the general form of fgets()?

Read Details

What is the output of the following code? #includeint test(i…

What is the output of the following code? #includeint test(int);int main(int argc, char* argv[]){ int num = test(4); printf(“%d\n”, –num); return 0;}int test(int num){ return num++;}

Read Details

What is the correct function prototype for the following fun…

What is the correct function prototype for the following function? double doSomething( double x, int y, double z ) {      /* code goes here */ }

Read Details

Which of the following is the reference operator?

Which of the following is the reference operator?

Read Details

Which of the following statements correctly dynamically allo…

Which of the following statements correctly dynamically allocates an array for 10 integers?

Read Details

Posts pagination

Newer posts 1 … 9 10 11 12 13 … 82,083 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top