Derive expression for converting RGB color parameters to
HSV values
Answer / uday shirke
Pls check this link you will get the info.
http://en.wikipedia.org/wiki/HSV_color_space
| Is This Answer Correct ? | 9 Yes | 1 No |
main() { static int a[3][3]={1,2,3,4,5,6,7,8,9}; int i,j; static *p[]={a,a+1,a+2}; for(i=0;i<3;i++) { for(j=0;j<3;j++) printf("%d\t%d\t%d\t%d\n",*(*(p+i)+j), *(*(j+p)+i),*(*(i+p)+j),*(*(p+j)+i)); } }
Is this code legal? int *ptr; ptr = (int *) 0x400;
To reverse an entire text file into another text file.... get d file names in cmd line
#define prod(a,b) a*b main() { int x=3,y=4; printf("%d",prod(x+2,y-1)); }
#define clrscr() 100 main() { clrscr(); printf("%d\n",clrscr()); }
Program to Delete an element from a doubly linked list.
4 Answers College School Exams Tests, Infosys,
void main() { int i=i++,j=j++,k=k++; printf(ā%d%d%dā,i,j,k); }
write a origram swaoing valu without 3rd variable
How we print the table of 2 using for loop in c programing?
writte a c-programm to display smill paces
main() { char *p; printf("%d %d ",sizeof(*p),sizeof(p)); }
void main() { int const * p=5; printf("%d",++(*p)); }
3 Answers Infosys, Made Easy, State Bank Of India SBI,