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 a function pointer and how all to declare ,define and implement it ???
Why main function is special give two reasons?
The statement, int(*x[]) () what does in indicate?
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
I have seen function declarations that look like this
what is the function of pragma directive in c?
Write a program to print factorial of given number using recursion?
Explain what is the purpose of "extern" keyword in a function declaration?
Explain how are portions of a program disabled in demo versions?
Can you return null in c?
What is stack in c?