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 a program be made to print the name of a source file where an error occurs?
What is pointer & why it is used?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
what is the difference between declaration and definition of a variable or function ?
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
what are # pragma staments?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
what is the difference between while and do while?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
What is the purpose of Scanf Print, getchar, putchar, function?
Explain Function Pointer?