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 |
Differentiate between a for loop and a while loop? What are it uses?
Differentiate between #include<...> and #include '...'
What are the basic data types associated with c?
What is struct node in c?
What is the difference between functions abs() and fabs()?
What are the types of functions in c?
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
How do I use void main?
Can you think of a way when a program crashed before reaching main? If yes how?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
what are bps & baud rates? differentiate these two?