Answer Posted / viji
It doesn't return any value
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is #error and use of it?
What is the difference between union and anonymous union?
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
What is far pointer in c?
Explain how do you list files in a directory?
What is the difference between a function and a method in c?
Write a program that accept anumber in words
What is the use of #define preprocessor in c?
Explain what is the general form of a c program?
What is header file in c?
What is the difference between int main and void main in c?
What is the size of a union variable?
What is scope rule of function in c?
What is #define size in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.