Explain #pragma in C.
Answer / nashiinformaticssolutions
A compiler-specific directive used for special purposes like disabling warnings.
| Is This Answer Correct ? | 0 Yes | 0 No |
how could explain about job profile
Explain what is the benefit of using enum to declare a constant?
What does the file stdio.h contain?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
why arithmetic operation can’t be performed on a void pointer?
What is the difference between ++a and a++?
how to find the size of the data type like int,float without using the sizeof operator?
What is the difference between ‘g’ and “g” in C?
What is null in c?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What are the back slash character constants or escape sequence charactersavailable in c?
what are the advantage and disadvantage of recursion