main()
{
enum _tag{ left=10, right, front=100, back};
printf("%d, %d, %d, %d", left, right, front, back);
}
how to find the size of the data type like int,float without using the sizeof operator?
What is the deal on sprintf_s return value?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
What is structure padding ?
Difference between MAC vs. IP Addressing
c program to input values in a table(using 2D array) and print odd numbers from them
how to display 2-D array elements in spiral
write a function which accept two numbers from main() and interchange them using pointers?
What is a good way to implement complex numbers in c?
What is the difference function call by value & function call by reference?
write a program to print %d ?
provide an example of the Group by clause, when would you use this clause