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       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
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
regarding the scope of the varibles;identify the incorrect
statement:
   a.automatic variables are automatically initialised to 0
   b.static variables are are automatically initialised to 0
   c.the address of a register variable is not accessiable
   d.static variables cannot be initialised with any expression
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
Answer
# 1
a
 
Is This Answer Correct ?    1 Yes 0 No
Guest
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
WAP to convert text into its ASCII Code and also write a function to decode the text given?  2
c programming of binary addition of two binary numbers  1
the format specified for hexa decimal is a.%d b.%o c.%x d.%u TCS4
Give me basis knowledge of c , c++...  4
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value TCS3
can i know the source code for reversing a linked list with out using a temporary variable? Honeywell6
Hai why 'c' is the middle language  2
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); } Motorola1
create an SINGLE LINKED LISTS and reverse the data in the lists completely  3
What is alloca() and why is its use discouraged?  1
what is calloc and malloc?  1
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n"); TCS7
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program Subex3
hi how to convert program from notepad to turboc editor can u please help me  1
Is the following code legal? struct a { int x; struct a b; }  3
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain  1
const char * char * const What is the differnce between the above tow?. TCS5
Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error IBM4
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789  3
how to find the binary of a number? Infosys5
 
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