how many argument we can pas in in a function

Answer Posted / vivek

three

Is This Answer Correct ?    3 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the sizeof () a pointer?

552


Write the test cases for checking a variable having value in range -10.0 to +10.0?

1822


What is const volatile variable in c?

583


Why c is called a middle level language?

636


while initialization of array why we use a[][2] why not a[2][]...?

1869






Why isn't it being handled properly?

648


4. main() { int c=- -2; printf("c=%d",c); }

1373


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1511


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

1584


In C programming, what command or code can be used to determine if a number of odd or even?

627


What is the use of header files?

610


What is "Hungarian Notation"?

639


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1214


How can I run c program?

692


Do you know the difference between malloc() and calloc() function?

617