Is it possible to create recycle bin in mobiles?

Answer Posted / mani

but how

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of external class?

596


Explain is it better to bitshift a value than to multiply by 2?

718


What is the use of clrscr?

597


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

4906


When should we use pointers in a c program?

633






Explain what is the difference between functions getch() and getche()?

608


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

1522


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

635


What are the two types of structure?

578


Which is better malloc or calloc?

654


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1519


How can I determine whether a machines byte order is big-endian or little-endian?

621


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

783


What is auto keyword in c?

792


Write the Program to reverse a string using pointers.

618