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                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
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
Why doesn't C have nested functions?
 Question Submitted By :: Tribhuvan Sharma
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Why doesn't C have nested functions?
Answer
# 1
we have the power ful recursion.

the function to be terminate at one place which may be
difficult in this.
 
Is This Answer Correct ?    0 Yes 4 No
Phani Kumar S
 
  Re: Why doesn't C have nested functions?
Answer
# 2
C is only pop but not OOP's. so C havn't nested functions.
  The meaning of NESTED FUNCTION is "a function is existed
in the another function".
 
Is This Answer Correct ?    0 Yes 1 No
Bonu.satishkumar
 
 
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
what is calloc and malloc?  1
here is a link to download Let_Us_C_-_Yashwant_Kanetkar  2
The differences between Windows XP and Windows Visa HCL7
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); } ME3
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage Accenture7
What is the diffrent between while and do while statement ?  5
code for copying two strings with out strcpy() function.  5
What are the average number of comparisons required to sort 3 elements?  2
what is the difference between arrays and linked list Tech-Mahindra15
how to impliment 2 or more stacks in a single dimensional array ? iFlex1
any string of bits of length 'n' represents a unique non- negative integer between.............?  2
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21 TCS4
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program Mascot4
can we print any string in c language without using semicolon(;)(terminator) in whole program.  6
void main() {int a[5],i,b=16; for(i=0;i<5;i++) a[i]=2*i; f(a,5,b); for(i=0;i<5;i++) printf("\n %d",a[i]); printf("\n %d",b); } f(int *x,int n,int y) { int i; for(i=0;i<n;i++) *(x+i)+=2; y=y+2; }wat r the errors in the prg.and improvise the prg to get o/p.?  2
Reverse a string word by word??  6
what are the various memory handling mechanisms in C ? HP3
What compilation do? Geometric-Software7
What does a run-time "null pointer assignment" error mean?  2
explain about storage of union elements. Bosch2
 
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