By using C language input a date into it and if it is right?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by global static? why we have to use static variable instead of Global variable
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
diff between exptected result and requirement?
Explain what is the difference between #include and #include 'file' ?
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
What happens if you free a pointer twice?
what is the different between data structure and data type?
C program to read the integer and calculate sum and average using single dimensional array
i have a written test in tomorrow
How we can set and clear bit in a byte using macro function?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
Differentiate fundamental data types and derived data types in C.