adspace


main()
{
enum{red,green,blue=6,white};
pf("%d%d%d%d", red,green,blue,white);
return 0;
}

a)0 1 6 2
b)0 1 6 7
c)Compilation error
d)None of the above

Answer Posted / saiteja

0167

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2740


write a program to find out prime number using sieve case?

2176


How do you convert strings to numbers in C?

1346


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2516


What are pointers? What are different types of pointers?

1266


What is dynamic dispatch in c++?

1140


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1617


What are compound statements?

1292


What is pointers in c with example?

1169


Do you know the difference between malloc() and calloc() function?

1135


What is variable initialization and why is it important?

1394


hi send me sample aptitude papers of cts?

2252


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

2260


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2829


develop algorithms to add polynomials (i) in one variable

2261