Is it possible to create recycle bin in mobiles?
Answers were Sorted based on User's Feedback
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
What's a good way to check for "close enough" floating-point equality?
List out few of the applications that make use of Multilinked Structures?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Discuss the function of conditional operator, size of operator and comma operator with examples.
What are multidimensional arrays?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
What is volatile in c language?
What are disadvantages of C language.
Define macros.