Is it possible to create recycle bin in mobiles?
Answers were Sorted based on User's Feedback
How do you view the path?
Explain a pre-processor and its advantages.
What is the difference between fread buffer() and fwrite buffer()?
Which are low level languages?
What is the difference between ‘g’ and “g” in C?
What is auto keyword in c?
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }
what do u mean by Direct access files? then can u explain about Direct Access Files?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
related proverb of "dont count your chicken before it hatches"