main()
{
enum _tag{ left=10, right, front=100, back};
printf("%d, %d, %d, %d", left, right, front, back);
}
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
What does extern mean in a function declaration?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
WAP to find that given no is small or capital
What is echo in c programming?
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
What is the acronym for ansi?
where can function pointers be used?
What is volatile in c language?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
What language is windows 1.0 written?
Do you know the purpose of 'register' keyword?