how many argument we can pas in in a function
Answer Posted / sindhu
yes it is .i had worked with arunthathi
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can you return null in c?
How many keywords are there in c?
How are portions of a program disabled in demo versions?
How many types of arrays are there in c?
What is an arrays?
What is variable and explain rules to declare variable in c?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is 02d in c?
What does the function toupper() do?
in linking some of os executables are linking name some of them
What is adt in c programming?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is sizeof array in c?
Subtract Two Number Without Using Subtraction Operator
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25