how many argument we can pas in in a function
Answer Posted / shruti
i think it depends upon the compiler version..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can a program have two main functions?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What is indirection in c?
What is type qualifiers?
ATM machine and railway reservation class/object diagram
How to write c functions that modify head pointer of a linked list?
Hi can anyone tell what is a start up code?
p*=(++q)++*--p when p=q=1 while(q<=6)
How do you determine the length of a string value that was stored in a variable?
Are pointers integers in c?
using for loop sum 2 number of any 4 digit number in c language
What are pointers? What are different types of pointers?
what are the different storage classes in c?
What is atoi and atof in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b