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 / rima

the ans is d.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does do in c?

599


Can we access the array using a pointer in c language?

554


Write a program to print fibonacci series without using recursion?

599


List the variables are used for writing doubly linked list program.

1611


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

634






Explain how do I determine whether a character is numeric, alphabetic, and so on?

645


What is the g value paradox?

636


When should volatile modifier be used?

544


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

594


Explain the difference between malloc() and calloc() function?

594


What is the basic structure of c?

550


What is sizeof in c?

563


Why dont c comments nest?

611


Explain the use of 'auto' keyword

668


Can you please explain the difference between strcpy() and memcpy() function?

593