How do you list a file’s date and time?
No Answer is Posted For this Question
Be the First to Post Answer
How can you dynamically allocate memory in C?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is data structure in c programming?
How the c program is executed?
What are the types of type qualifiers in c?
What is alloca() and why is its use discouraged?
Are there any problems with performing mathematical operations on different variable types?
What do header files do?
what is uses of .net
write a proram to reverse the string using switch case?
#define d 10+10 main() { printf("%d",d*d); }
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?