Which of the following are valid "include" formats?
A)#include and #include[file.h]
B)#include (file.h) and #include
C)#include [file.h] and #include "file.h"
D)#include <file.h> and #include "file.h"

Answer Posted / kuamr

b

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of data structures in c?

608


What is a void pointer in c?

608


Why c is called top down?

627


difference between native and cross compilers

1671


How will you declare an array of three function pointers where each function receives two ints and returns a float?

782






How is a pointer variable declared?

594


Tell us bitwise shift operators?

597


Differentiate between new and malloc(), delete and free() ?

675


Explain how can I make sure that my program is the only one accessing a file?

626


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15504


What is a sequential access file?

648


What is scanf_s in c?

633


In C programming, what command or code can be used to determine if a number of odd or even?

622


Why do we use header files in c?

582


Is there sort function in c?

578