what is the difference between #include<stdio.h> and
#include "stdio.h" ?

Answer Posted / n

implementation defined. read manual for the compiler you use.
if include " " fails, then include < > is tried

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In c language can we compile a program without main() function?

820


What is substring in c?

856


Explain how do you view the path?

865


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2410


How to declare a variable?

758


How do you declare a variable that will hold string values?

909


Why header file is used in c?

771


Define C in your own Language.

817


Why is this loop always executing once?

796


What is indirection? How many levels of pointers can you have?

901


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

746


What is scanf_s in c?

842


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1828


Should a function contain a return statement if it does not return a value?

808


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

809