main()
{
enum _tag{ left=10, right, front=100, back};
printf("%d, %d, %d, %d", left, right, front, back);
}
When can a far pointer be used?
What is a nested loop?
How to convert decimal to binary in C using recursion??
Write a program to reverse a given number in c?
what is function pointer?
Why is not a pointer null after calling free?
Why we use stdio h in c?
can we have joblib in a proc ?
code for selection sort?
Explain how can I convert a string to a number?
Differentiate between a structure and a union.
Write a program to show the workingof auto variable.