Answer Posted / 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 |
Post New Answer View All Answers
How can you increase the size of a statically allocated array?
Tell us bitwise shift operators?
Explain what is gets() function?
Define Array of pointers.
What is the purpose of 'register' keyword in c language?
What are the modifiers available in c programming language?
code for replace tabs with equivalent number of blanks
What are valid signatures for the Main function?
What is header file in c?
Do you know the use of 'auto' keyword?
What is anagram in c?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Is calloc better than malloc?
Why isn't it being handled properly?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)