Thread: HW

  1. #1
    Registered User
    Join Date
    Apr 2020
    Posts
    8

    HW

    This is a function prototype: void foo (double, double, char);
    Which of the following is a correct call for that function:

    a- ecsse = foo (3.2, 4.5 , ‘B’);
    b- foo (3.2, 12.5, ‘A’);
    c- foo (3.2, 3.2, 3);
    d- ae = foo (3, 12.5, ‘A’);

  2. #2
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    This website is not a website to help you cheat!

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  3. #3
    misoturbutc Hodor's Avatar
    Join Date
    Nov 2013
    Posts
    1,787
    Despite this not being a homework service, the question is dumb because two of the answers are correct (assuming you introduced the "smart" ' characters instead of simple ')

Popular pages Recent additions subscribe to a feed

Tags for this Thread