control 50 devices which has 2 states on and off.using
bitwise operator.plz answer it its urgent
Answer / vishnu
int main()
{
int dev[50];
int i;
int k=1;
for(i=0;i<50;i++)
{
k =1^k;
dev[i]= k;
printf("%d",k);
}
return 0;
}
| Is This Answer Correct ? | 0 Yes | 1 No |
What is string function c?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
Can you apply link and association interchangeably?
why Language C is plateform dependent
Is c an object oriented programming language?
What is volatile variable how do you declare it?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
What are the types of i/o functions?
can we declare a function in side the structure?
can we execute the program with the object file
How to set a variable in the environment list?