#include
main()
{
enum _tag{ left=10, right, front=100, back};
printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back);
}
A program to allow an input operand and operator from the operator and read on the display and output operand.
1. Write a program to reverse every second word in a given sentence.
What is structure packing ?
What is the difference between typedef and #define?
What is scanf_s in c?
Explain how to reverse singly link list.
What is key word in c language?
what is the difference between embedded c and turbo c ?
How do I use strcmp?
What is #include stdlib h?
Why structure is used in c?
Do you know what is the purpose of 'extern' keyword in a function declaration?