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 c and java?
Explain a pre-processor and its advantages.
What is your stream meaning?
Write a program to check whether a number is prime or not using c?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
find the size of structure without using the size of function
How we can insert comments in a c program?
why we wont use '&' sing in aceesing the string using scanf
What are the loops in c?
How do I copy files?
When should a type cast be used?