what do you mean by enumeration constant?
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
swapping of two numbers without using third variable using AND and OR operators
Is there a way to compare two structure variables?
How do you write a program which produces its own source code as its output?
how to find turn around time in operating system?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
How to convert decimal to binary in C using recursion??
Is struct oop?
Explain how are portions of a program disabled in demo versions?