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
In c language can we compile a program without main() function?
What is substring in c?
Explain how do you view the path?
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?
How to declare a variable?
How do you declare a variable that will hold string values?
Why header file is used in c?
Define C in your own Language.
Why is this loop always executing once?
What is indirection? How many levels of pointers can you have?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is scanf_s in c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Should a function contain a return statement if it does not return a value?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none