<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6441500418409144165</id><updated>2011-09-05T09:43:39.924-07:00</updated><category term='C Interview Questions'/><title type='text'>Interview Questions 4 All</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://interviewquestions4u.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6441500418409144165/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://interviewquestions4u.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Chandru</name><uri>http://www.blogger.com/profile/16265235075766064458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6441500418409144165.post-2509824072019834494</id><published>2010-12-08T20:59:00.000-08:00</published><updated>2010-12-08T21:30:31.097-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C Interview Questions'/><title type='text'>C Interview Questions</title><content type='html'>&lt;ol class="answers" style="text-align: right;"&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is  C language ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What does  static variable mean?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What are the different  storage classes in C ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is  hashing ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Can  static variables be declared in a header  file ? &lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Can a variable be both  constant and volatile ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Can  include files be nested?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is a null pointer ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the output of  printf("%d") ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the difference between  calloc() and  malloc() ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the difference between  printf() and  sprintf() ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;How to reduce a final size of  executable ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Can you tell me how to check whether a  linked  list is circular ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Advantages of a  macro over a function ? &lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the difference between  strings and  character arrays ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Write down the equivalent pointer expression for  referring the same element a[i][j][k][l] ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Which bit wise operator is suitable for checking  whether a particular bit is on or off ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Which bit wise operator is suitable for  turning  off a particular bit in a number ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Which bit wise operator is suitable for  putting  on a particular bit in a number ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Does there exist any other function which can be  used to convert an integer or a  float to a string ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Why does  malloc(0) return valid memory address ?  What's the use ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Difference between  const char* p and char const*  p &lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the result of using  Option Explicit ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the benefit of using an enum rather than  a #define constant ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the  quickest sorting method to use ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;When should the  volatile modifier be used ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;When should the  register modifier be used? Does  it really help ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;How can you determine the size of an  allocated  portion of memory ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is  page thrashing ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;When does the compiler not implicitly generate  the address of the  first element of an array ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the benefit of using #define to  declare a  constant ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;How can I search for data in a  linked list ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Why should we assign  NULL to the elements  (pointer) after freeing them ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is a  null pointer assignment error ? What are  bus errors, memory faults, and core dumps ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;When should a type cast be used ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the difference between a  string copy  (strcpy) and a memory copy (memcpy)? When should each be used?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;How can I  convert a string to a number ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;How can I  convert a number to a string ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Is it possible to execute code even after the  program exits the main() function?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the stack ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;How do you  print an address ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Can a file other than a .h  file be included with  #include ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is Preprocessor ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;How can you restore a  redirected standard stream ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the  purpose of realloc( ) ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the heap ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;How do you use a  pointer to a function ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the  purpose of main( ) function ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Why n++ executes faster than n+1 ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What will the  preprocessor do for a program ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the benefit of using  const for declaring  constants ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What is the  easiest sorting method to use ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;Is it better to  use a macro or a function ?&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt; &lt;div class="style53"&gt;What are the  standard predefined macros ?&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6441500418409144165-2509824072019834494?l=interviewquestions4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://interviewquestions4u.blogspot.com/feeds/2509824072019834494/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://interviewquestions4u.blogspot.com/2010/12/c-interview-questions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6441500418409144165/posts/default/2509824072019834494'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6441500418409144165/posts/default/2509824072019834494'/><link rel='alternate' type='text/html' href='http://interviewquestions4u.blogspot.com/2010/12/c-interview-questions.html' title='C Interview Questions'/><author><name>Chandru</name><uri>http://www.blogger.com/profile/16265235075766064458</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
