WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
Answer Posted / sonal
indefinite
| Is This Answer Correct ? | 6 Yes | 28 No |
Post New Answer View All Answers
Explain how do you generate random numbers in c?
Explain how can I convert a string to a number?
What is the use of c language in real life?
Why is c faster?
What is the difference between array_name and &array_name?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is difference between function overloading and operator overloading?
What is data structure in c programming?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
What is #include stdio h?
Can the sizeof operator be used to tell the size of an array passed to a function?
What do you know about the use of bit field?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
In C, What is the #line used for?
Explain why c is faster than c++?