what are enumerations in c language?
If any kind of accident happen without any information to any one .what kind of action we have to take
Explain the memory reference and register reference instructions as micor operation.
What is the difference between buzzer,hooter & bell placed on annunciation panels ?
why is it unable to download call letter of cusat 2008?
What is STP
difference between multi relational OLAP & multidimensional OLAP
describe what is const pointer and why do we need it?
Find the maximum stress intensity in the section?
write the output for yhe given program int a=5; void main() { int a=9; printf("%d",a); } printf("%d",&a);
Why do sausages split lengthways, rather than around the circumference?
I am IT engineer how IT would be useful in banking?? what best answer would be given for this question???
int main() { int d = 10; int m = 2; int y = 3603; int c = 0; int val; val = ( d + m + y + (y/4) + c) % 7; cout << val; return 0; }