-
What is the part of compiler that keeps track of names and their attributes?
A) Compile Table
B) Symbol Table
C) Table
D) Logical Table -
What is the Diff between Review and Walkthough?
1.What is the Dif between Review and Walkthrough?
On Testing Perspective ,who will do review and walkthrough?Clarify with an real example?
2.What is meant by inspection and who will lead the inspection and roles involved in Inspection? -
Decode and Case
What is the difference between Decode and Case with examples?
-
Percentage Increase
If 250 is increased to 300, what is the percentage increase?
-
-
-
-
-
-
-
-
Basic elements of a picture in volume graphics
The basic elements of a picture in volume graphics is 1. pixel 2. volsel 3. voxel 4. either pixel or voxel
-
-
-
-
-
return 0;
}
You notice that I use 3[a] instead of a[3], however, this code works fine but I don't know how.
It will be grateful if someone explians to me why and how this code works fine.
Thanks.">Take this example:#include int main (){ int a [5]; a [3] = 1111; printf ("3[a] = %dn", 3[a]); return 0;}You notice that I use 3[a] instead of a[3], however, this code works fine but I don't know how.It will be grateful if someone explians to me why and how this code works fine.Thanks.
-
-
Can we execute any simple program without installing any Operating system?
I think no,can u suggest?
-
Ans