enum colors {BLACK,BLUE,GREEN}
main()
{

printf("%d..%d..%d",BLACK,BLUE,GREEN);

return(1);
}

Answer Posted / kripal singh thakur

0..1..2

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1477


What are run-time errors?

598


What is unsigned int in c?

553


Can true be a variable name in c?

555


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1625






What is malloc return c?

598


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1589


Is it possible to have a function as a parameter in another function?

594


What are the features of c language?

617


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1464


What is the purpose of & in scanf?

591


What is array of structure in c programming?

749


What is a memory leak? How to avoid it?

571


What is the difference between union and anonymous union?

833


How many levels deep can include files be nested?

646