in Technology by
Which operator is used to receive the variable number of arguments for a function?

1 Answer

0 votes
by

Ellipses (…) is used for the same. A general function definition looks as follows

void f(int k,…)  {
}

Related questions

+1 vote
    Which operator is used to receive the variable number of arguments for a function in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    Decrement operator, −−, decreases the value of variable by what number? (a) 1 (b) 2 (c) 3 (d ... java programming questions and answers pdf, java interview questions for beginners...
asked Oct 28, 2021 in Education by JackTerrance
0 votes
    Which operator can be used to access union elements if union variable is a pointer variable?...
asked Jan 18, 2021 in Technology by JackTerrance
0 votes
    Which operator can be used to determine the size of a data type or variable?...
asked Jan 18, 2021 in Technology by JackTerrance
+1 vote
    Which operator can be used to access union elements if union variable is a pointer variable in C Programming ?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Which operator can be used to determine the size of a data type or variable in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    AAE's "PDF Integration" command allows you to split a .pdf into a separate single file for a selected number ... by the hyphen. Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    Which operator is used to invert all the digits in a binary representation of a number? (a) ~ (b) ... programming questions and answers pdf, java interview questions for beginners...
asked Oct 26, 2021 in Education by JackTerrance
0 votes
    I need to implement a real-time notification functionality in a web application from an AWS lambda function. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    What is the function used to test objects (returns a logical operator) if they are NA? (a) is.na() ... Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    What is the function used to test objects (returns a logical operator) if they are NaN? (a) as.nan() ... Started of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
0 votes
    What is the output you get for the following code? (function() { return typeof arguments; }) (); 1. arguments 2. array 3. object 4. undefined...
asked Feb 26, 2021 in Technology by JackTerrance
0 votes
    What is the output you get for the following code? (function() { return typeof arguments; }) (); 1. undefined 2. array 3. arguments 4. object...
asked Feb 25, 2021 in Technology by JackTerrance
...