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   To Refer this Site to Your Friends   Click 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
what is the difference between <stdio.h> and "stdio.h"
 Question Submitted By :: Sreedhar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is the difference between <stdio.h> and "stdio.h"
Answer
# 1
the <stdio.h> is located a particular Directory which is
having in Header Direcectory. But "Stdio.h" is can we
activate any where of other Directories.
 
Is This Answer Correct ?    8 Yes 10 No
Madhu
 
  Re: what is the difference between <stdio.h> and "stdio.h"
Answer
# 2
<stdio.h> is a header file which available in include 
directory of the system. When we write #include<stdio.h> 
preprocessor search for it in include directory directly 
and not out of this directory. But when we write "stdio.h" 
precessor start searching for this header file from current 
directory and then in parent directories. So if we write 
our own stdio.h in the current directory and include in 
program as #include"stdio.h" then our header will be 
included instead of system header.
 
Is This Answer Correct ?    41 Yes 2 No
Shuvransu_banerjee
[USHACOMM]
 
 
 
  Re: what is the difference between <stdio.h> and "stdio.h"
Answer
# 3
if angular brackets <> are used it indicates that the file 
is to be found in one if the standard directories in the 
system.
the quotes " " surrounding the file name indicates that an 
alternative set of directive should be searched to find the 
file in question
 
Is This Answer Correct ?    12 Yes 1 No
Vikesh
 
  Re: what is the difference between <stdio.h> and "stdio.h"
Answer
# 4
stdio.h> is a header file which available in include 
directory of the system. When we write #include<stdio.h> 
preprocessor search for it in include directory directly 
and not out of this directory. But when we write "stdio.h" 
precessor start searching for this header file from current 
directory and then in parent directories. So if we write 
our own stdio.h in the current directory and include in 
program as #include"stdio.h" then our header will be 
included instead of system header.
 
Is This Answer Correct ?    6 Yes 3 No
Vishal
 
  Re: what is the difference between <stdio.h> and "stdio.h"
Answer
# 5
stdio.h> is a header file which available in include 
directory of the system. When we write #include<stdio.h> 
preprocessor search for it in include directory directly 
and not out of this directory. But when we write "stdio.h" 
precessor start searching for this header file from current 
directory and then in parent directories. So if we write 
our own stdio.h in the current directory and include in 
program as #include"stdio.h" then our header will be 
included instead of system header.
 
Is This Answer Correct ?    6 Yes 6 No
Puneet
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
What is the difference between char a[] = "string"; and char *p = "string"; ? Honeywell11
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4  1
what is the difference between #include<stdio.h> and #include "stdio.h" ?  2
What is the real difference between arrays and pointers?  11
what is data structure  4
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less. Microsoft2
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language????????????? Google2
how to print value of e(exp1)up to required no of digits after decimal?  1
will u give me old quesrion papers for aptitude for L & t info tech? L&T1
write a program for even numbers?  8
what is meant by c  4
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15 Wipro4
how to find that no is int or float?  5
WHY DO WE USE A TERMINATOR IN C LANGUAGE?  2
what is the difference between getch() and getchar()?  5
what is the size of an integer variable?  1
a C prog to swap 2 no.s without using variables just an array? TCS4
Blade logic interview question. 1st round is a written tests with 15 multiple questions from c and c++. All are simple basic question. Like int main () { Int i=65; Return printf(“%c”, i); } 2nd and 3rd round is technical interview. The position for which I was interview was core UNIX and c. Yes it is for system programming. The company has product name blade server. For their server they are creating their own command for their purpose. Example cd command. We can implement it in a c program by using the chdir() function. So the question asks related to PID, fork, pipe, shared memory, signal. Write a program in c which will act as cp command. BladeLogic1
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..??? TCS1
what about "char *(*(*a[])())();" Oracle2
 
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