How can a program be made to print the name of a source file where an error occurs?
No Answer is Posted For this Question
Be the First to Post Answer
How can we see the Expanded source code and compiled code for our source program in C?
What does return 1 means in c?
Can you please explain the difference between exit() and _exit() function?
Write a program to add a given duration with time(24hrs format)
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
Write the syntax and purpose of a switch statement in C.
Why malloc is faster than calloc?
Explain what is the general form of a c program?
Difference between Function to pointer and pointer to function
What is array of structure in c programming?
What is const and volatile in c?
What is your stream meaning?