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 |
write a “Hello World” program in “c” without using a semicolon?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
What does struct node * mean?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
diff. between *p and **p
why effort estimation is important?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
what does ‘Bus Error’ mean?
What is gets() function?