how many argument we can pas in in a function
Answer Posted / varsha vilas kalebag
mnay
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What are the two forms of #include directive?
How will you find a duplicate number in a array without negating the nos ?
What are the advantages and disadvantages of a heap?
Can you assign a different address to an array tag?
Can a file other than a .h file be included with #include?
Write a program to reverse a string.
Why c is faster than c++?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the full form of getch?
How do you define a string?
What is extern keyword in c?
I need testPalindrome and removeSpace
#include
What is calloc()?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
What is the maximum no. of arguments that can be given in a command line in C.?