how many argument we can pas in in a function

Answer Posted / sivakumar

We can pass many arguments.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the best way of making my program efficient?

573


Give differences between - new and malloc() , delete and free() ?

614


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2061


Why does not c have an exponentiation operator?

631


What do you mean by command line argument?

650






Here is a neat trick for checking whether two strings are equal

568


Explain the bubble sort algorithm.

650


What are loops in c?

554


What is a lvalue

668


In which layer of the network datastructure format change is done

1439


Explain the difference between getch() and getche() in c?

567


State the difference between realloc and free.

641


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

724


What is #line?

615


What do you mean by Recursion Function?

634