WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

Answer Posted / shashank sharma

it depend on data type

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is enumerated data type in c?

633


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

665


What are the difference between a free-standing and a hosted environment?

749


what is the format specifier for printing a pointer value?

617


int far *near * p; means

3129






What is #include stdlib h?

624


What is wrong with this code?

701


Do you know the use of 'auto' keyword?

666


What's the total generic pointer type?

622


What is structure of c program?

611


How can you tell whether a program was compiled using c versus c++?

624


What is the use of getch ()?

642


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1265


What is the difference between printf and scanf in c?

757


Why does this code crash?

625