Is it possible to create recycle bin in mobiles?
Answers were Sorted based on User's Feedback
What is a macro?
Why can’t we compare structures?
What are different storage class specifiers in c?
How can you convert integers to binary or hexadecimal?
formula to convert 2500mmh2o into m3/hr
What is void main ()?
What is the best way to store flag values in a program?
Why is c known as a mother language?
WHAT IS INT?
Under what circumstances does a name clash occur?
no consistent academics. how to answer the question
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }