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
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
write a program to find out prime number using sieve case?
How do you convert strings to numbers in C?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What are pointers? What are different types of pointers?
What is dynamic dispatch in c++?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What are compound statements?
What is pointers in c with example?
Do you know the difference between malloc() and calloc() function?
What is variable initialization and why is it important?
hi send me sample aptitude papers of cts?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
develop algorithms to add polynomials (i) in one variable