Purchase Solution

Multiple Choice Question in C

Not what you're looking for?

Ask Custom Question

This is "C" programming.

I think the answer is "e" but the text book I'm using seems to address everything but something that turns the light bulb on and says "Yes, you got it". Not sure where the "N" fits in without a valid statement after the int F (void). I'm probably trying to look too deep into the question.

Given the function header:

int F (void)

which of the following correctly invokes the function F, assuming N is an integer variable?

a. N=F;
b. N=F();
c. N= int F();
d. N=F(void):
e. None of the above are valid.

Purchase this Solution

Solution Summary

This solution discusses a question based on functions in C language.

Solution Preview

The solution for this is (b) and (d).

I have tested with a sample code which I am attaching below. The rest of the function calls ...

Purchase this Solution


Free BrainMass Quizzes
Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.