How do you list a file’s date and time?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is a 'locale'?
I came across some code that puts a (void) cast before each call to printf. Why?
how can be easily placed in TCS.
What is declaration and definition in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is the purpose of main() function?
What are file streams?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
What is the difference between #include <header file> and #include “header file”?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
What does s c mean on snapchat?
Write a C program to find the smallest of three integers, without using any of the comparision operators.