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

Post New Answer

More C Interview Questions

int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>

5 Answers   TCS,


2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture,


Differentiate between declaring a variable and defining a variable?

0 Answers  


What is strcmp in c?

0 Answers  


write a program to count the no of repaeted words in a line?

1 Answers  


What is the difference between functions abs() and fabs()?

0 Answers  


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

0 Answers  


I have seen function declarations that look like this

0 Answers  


How to get string length of given string in c?

0 Answers  


what is constant pointer?

3 Answers  


Categories