WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
Answer Posted / gagandeep kaur
max size of an array is depends upon its datatype
| Is This Answer Correct ? | 31 Yes | 6 No |
Post New Answer View All Answers
How can I read/write structures from/to data files?
Write a progarm to find the length of string using switch case?
Is void a keyword in c?
What is wild pointer in c with example?
What does the error message "DGROUP exceeds 64K" mean?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What are bitwise shift operators in c programming?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Explain 'bit masking'?
What is difference between stdio h and conio h?
Explain what standard functions are available to manipulate strings?
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 right type to use for boolean values in c?
When the macros gets expanded?
What is a ternary operator in c?