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 the maximum no. of bytes calloc can allocate
 Question Submitted By :: Aparna
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is the maximum no. of bytes calloc can allocate
Answer
# 1
n bytes
 
Is This Answer Correct ?    1 Yes 0 No
Satish
 
  Re: what is the maximum no. of bytes calloc can allocate
Answer
# 2
depends on the size of RAM. it can allocate memory as per 
as RAm's size.
 
Is This Answer Correct ?    1 Yes 0 No
Divyanka Mishra
 
 
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
how can we use static and extern?and where can we use this? Excel3
a number is perfect if it is equal to the sum of its proper divisor.. 6 is perfect number coz its proper divisors are 1,2 and three.. and 1+2+3=6... a number is deficient if the sum of its proper divisor is less than the number.. sample: 8 is deficient, coz its proper divisors are 1,2 and 4, and 1+2+4=7. abundant number, if the sum of its proper divisor is greater than the number.. sample..12 is abundant coz 1+2+3+4+6=16 which is geater than 12. now write a program that prompts the user for a number, then determines whether the number is perfect,deficient and abundant..  1
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=? Geometric-Software2
write a 'c' program to sum the number of integer values  5
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.  1
Which command is more efficient? *(ptr+1) or ptr[1]  3
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE  2
what is data structure  4
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program. Wipro1
how to find turn around time in operating system?  1
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); } ADITI14
write a program to generate 1st n fibonacci prime number  1
Convert the following expression to postfix and prefix (A+B) * (D-C) Satyam2
Define function ?Explain about arguments? Geometric-Software2
write program on arrays GE2
what is diff between localstatic and globalstatis variable possible 2 use in another file...? HCL2
What is the meaning When we write "#include" what is # and what does include does there??? HCL11
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv Accenture5
If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5). Microsoft4
find second largest element in array w/o using sorting techniques? use onle one for loop. Zycus-Infotech2
 
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