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 / selva kuamr
c
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
show how link list can be used to repersent the following polynomial i) 5x+2
Explain how can type-insensitive macros be created?
Why does everyone say not to use gets?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is class and object in c?
Can we change the value of constant variable in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Hai what is the different types of versions and their differences
Why enum is used in c?
Explain the red-black trees?
in linking some of os executables are linking name some of them
How many keywords (reserve words) are in c?
What is the best style for code layout in c?
What is a list in c?
What are the different types of objects used in c?