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 |
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
Why is c known as a mother language?
how can f be used for both float and double arguments in printf? Are not they different types?
What is pointer to pointer in c?
why ordinary variable store the later value not the initial
How can you call a function, given its name as a string?
how to execute with out main in cprogram
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
Explain what is the most efficient way to store flag values?
what is level of tree if leaf node is at level 4.please explain.
write a program to insert an element at the specified position in the given array in c language
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)