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
program in c to print 1 to 100 without using loop
How can I automatically locate a programs configuration files in the same directory as the executable?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
what is difference between strcmp & palindrome?
Why doesnt this code work?
I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
without using arithmatic operator convert an intger variable x into x+1
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
suppose there are five integers write a program to find larger among them without using if- else
what is the defrenece between structure and union