Explain 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
what is the difference between getch() and getche()?
What language is windows 1.0 written?
How can I find out how much free space is available on disk?
write a program to remove occurrences the word from entered text?
What is the heap in c?
Write a program for print infinite numbers
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }
void main() { int a=1; while(a++<=1) while(a++<=2); }
related to rdbms query .
Are bit fields portable?
String concatenation
What is the meaning of && in c?