Why cd or dvd are round why not square.
Answer / saran
The inserting player or disk is also in round shape.. may if it is square.. the cd or dvd also be square..
| Is This Answer Correct ? | 0 Yes | 2 No |
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
What is the total generic pointer type?
In a switch statement, what will happen if a break statement is omitted?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
explain what is an endless loop?
convert 12345 to 54321 withoutusing strig
What kind of structure is a house?
Write a code to generate a series where the next element is the sum of last k terms.
What is file in c language?
How to avoid structure padding in C?
Is multithreading possible in c?
How do I initialize a pointer to a function?