What is #include in c?
Answer / dhanshri chabukswar
#include means "bring in this file's code before compiling"....
| Is This Answer Correct ? | 0 Yes | 0 No |
What is union and structure?
What are static variables, and where are they stored?
What is variable declaration and definition in c?
What is the concatenation operator?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
Explain how can I read and write comma-delimited text?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
Can you think of a logic behind the game minesweeper.
C program to read the integer and calculate sum and average using single dimensional array
What is a scope resolution operator in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
How do c compilers work?