how many argument we can pas in in a function
Answer Posted / roxin thomas
Any number of arguments can be passed to a function being
called. However, the type, order and number of the actual
and formal arguments must always be same.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you write a program which produces its own source code as output?
Explain what happens if you free a pointer twice?
What is scanf_s in c?
Which is more efficient, a switch statement or an if else chain?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is bss in c?
What is the difference between far and near in c?
Which header file is used for clrscr?
What does a function declared as pascal do differently?
Why does everyone say not to use gets?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is array in c with example?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What does calloc stand for?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above