How can I find the modification date and time of a file?
No Answer is Posted For this Question
Be the First to Post Answer
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
hi , please send me NIC written test papers to sbabavalli@gmail.com
Write a function that will take in a phone number and output all possible alphabetical combinations
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is the difference between null pointer and wild pointer?
how can we print hellow world programme without using semicolon
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
What is the method to save data in stack data structure type?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
Can one function call another?
Explain how does free() know explain how much memory to release?