how many argument we can pas in in a function
Answer Posted / karthick
only two arguments
| Is This Answer Correct ? | 8 Yes | 30 No |
Post New Answer View All Answers
Explain Basic concepts of C language?
What is main () in c language?
What is the difference between āgā and āgā in C?
Why is %d used in c?
Write a program to print all permutations of a given string.
Differentiate Source Codes from Object Codes
How can I use a preprocessorif expression to ?
Is c procedural or object oriented?
Why we use void main in c?
How many loops are there in c?
What is a pointer variable in c language?
#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); }
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is the purpose of main( ) in c language?
Which is an example of a structural homology?