WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
Answer Posted / sonal
50
| Is This Answer Correct ? | 3 Yes | 44 No |
Post New Answer View All Answers
What is the most efficient way to store flag values?
Why c is called procedure oriented language?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Define the scope of static variables.
What are the advantages of c preprocessor?
Explain how do you generate random numbers in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is multidimensional arrays
What is the difference between c &c++?
What is the argument of a function in c?
What are the characteristics of arrays in c?
What is the use of sizeof () in c?
Are the variables argc and argv are always local to main?
How do you declare a variable that will hold string values?