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

Answer Posted / bharatgs7

<stdio.h> means its a in-built header file, "stdio.h" means
its an user-defined header file

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain pointer. What are function pointers in C?

628


Why is extern used in c?

613


What are nested functions in c?

566


Explain pointers in c programming?

636


I need previous papers of CSC.......plz help out by posting them.......

1818






Explain what header files do I need in order to define the standard library functions I use?

649


What does it mean when the linker says that _end is undefined?

636


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.

1768


What are the two types of functions in c?

567


Which is the memory area not included in C program? give the reason

1509


How can I make it pause before closing the program output window?

581


List the different types of c tokens?

629


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1880


Wt are the Buses in C Language

2753


What is hash table in c?

575