What is the purpose of macro in C language?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
pgm to find middle element of linklist(in efficent manner)
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Explain how do you list a file’s date and time?
int *a[5] refers to
Why is this loop always executing once?
explain about storage of union elements.
Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
Why do we need arrays in c?
what are the files which are automatically opened when a c file is executed?
What is the use of #define preprocessor in c?
What are the 4 data types?