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
main() { clrscr(); } clrscr();
What is the most efficient way to store flag values?
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
What is the c language function prototype?
Why do we use c for the speed of light?
Why we use break in c?
What does s c mean in text?
Write a program of prime number using recursion.
What is the use of getch ()?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
which is the best antivirus and how to update it