what is the difference between #include<> and #include”…”?

Answer Posted / shrikanth s.h

#include<>, include the predefined header files,
#include"...." include the userdefined header files where
the control will start searching the file into the current
directory, we should mention the path where it should search.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of this pointer?

549


How many parameters should a function have?

668


What is the difference between abs() and fabs() functions?

607


What is #define size in c?

646


What is the use of parallelize in spark?

576






What is the explanation for prototype function in c?

571


Can a pointer be volatile in c?

535


How many types of functions are there in c?

583


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

1766


What are the usage of pointer in c?

703


Write a program to reverse a given number in c language?

620


write a program to find the given number is prime or not

3845


What are the advantages of c preprocessor?

713


Explain how to reverse singly link list.

606


What is the difference between int main and void main in c?

593