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

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

return(1);
}

Answer Posted / paresh

0,1,2

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are variables and it what way is it different from constants?

782


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

634


Discuss the function of conditional operator, size of operator and comma operator with examples.

676


How do you define a string?

649


What are different types of pointers?

561






What do you mean by keywords in c?

621


What is the use of function overloading in C?

677


What is the significance of an algorithm to C programming?

594


how to build a exercise findig min number of e heap with list imlemented?

1607


What is ambagious result in C? explain with an example.

2053


What is the difference between array_name and &array_name?

774


What is || operator and how does it function in a program?

622


What is formal argument?

646


What is main () in c?

584


How do you search data in a data file using random access method?

831