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 does a pointer variable always consist of?
difference between native and cross compilers
Can we change the value of constant variable in c?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Why do we use int main?
Is it possible to pass an entire structure to functions?
What are the types of pointers in c?
Can include files be nested? How many levels deep can include files be nested?
Why do we use static in c?
What is New modifiers?
What does node * mean?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Are the outer parentheses in return statements really optional?
How are Structure passing and returning implemented by the complier?
What is the difference between array_name and &array_name?