main()
{
enum _tag{ left=10, right, front=100, back};
printf("%d, %d, %d, %d", left, right, front, back);
}
What is the use of clrscr?
What is a ternary operator in c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Explain setjmp()?
what is the need for main function in c?
Is c language still used?
Explain how can you avoid including a header more than once?
find largest of 3 no
What is %g in c?
why we are using semicolon at the end of printh statment
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
Write a C function to search a number in the given list of numbers. donot use printf and scanf