Explain how do you list a file’s date and time?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
Why cant I open a file by its explicit path?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
Is it better to bitshift a value than to multiply by 2?
Function to find the given number is a power of 2 or not?
read a number & print all its devisors using c-program?
Write a program to implement queue.
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
What is the difference between malloc calloc and realloc in c?
wap to print "hello world" without using the main function.
#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,