Answer Posted / krishna
preprocessor directives are not the libraries which should
be included while writing a program .But it is a notation
used to include the libraries which are included in the
header part of a program
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is volatile c?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
How do you construct an increment statement or decrement statement in C?
Explain what is wrong with this program statement? Void = 10;
Difference between pass by reference and pass by value?
What are header files in c?
What are the scope of static variables?
What is volatile variable how do you declare it?
What is the use of pointers in C?
What is the significance of scope resolution operator?
Explain main function in c?
What are the disadvantages of external storage class?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Explain modulus operator. What are the restrictions of a modulus operator?