ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
 Question Submitted By :: Pinaki Bose
I also faced this Question!!     Rank Answer Posted By  
 
  Re: WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
Answer
# 1
if array is of integer type then max size should be
65536.(ie total range for integers).however it shows array
size too large.for character data type the range 65536 is valid.
 
Is This Answer Correct ?    2 Yes 0 No
Mohit
 
  Re: WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
Answer
# 2
indefinite
 
Is This Answer Correct ?    1 Yes 1 No
Sonal
 
 
 
  Re: WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
Answer
# 3
50
 
Is This Answer Correct ?    0 Yes 5 No
Sonal
 
  Re: WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
Answer
# 4
max size of characfter array is 80.
max size of int or float array is equal to their range.
 
Is This Answer Correct ?    1 Yes 0 No
Vijay
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed  4
YBJBU6  1
what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these IBM2
How to add two numbers without using arithmetic operators? Sapient7
HOW TO SWAP TWO NOS IN ONE STEP? Satyam10
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.  4
How can I find out how much memory is available? Persistent1
write the program for maximum of the following numbers? 122,198,290,71,143,325,98  3
write a C code to reverse a string using a recursive function, without swapping or using an extra memory. Motorola2
Program to write some contents into a file using file operations with proper error messages.  1
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } CitiGroup3
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement. TCS1
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort  3
how to find the kth smallest element in the given list of array elemnts. Silicon3
please give me some tips for the selection in TCS. TCS3
What is the difference between char a[] = "string"; and char *p = "string"; ? Honeywell8
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice) Subex1
1,4,8,13,21,30,36,45,54,63,73,?,?. Franklin-Templeton3
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output? Ramco4
difference between function & structure Verizon3
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com