Explain how can a program be made to print the line number where an error occurs?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

writw a program to insert an element in the begning of a doubly linked list

1 Answers  


2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }

1 Answers   Wipro,


Which is the best sort method for library management?

1 Answers   Microsoft,


Difference between Shallow copy and Deep copy?

0 Answers  


Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);

5 Answers  






What is meaning of tree

0 Answers  


Program to find the value of e raised to power x using while loop

5 Answers   IBM, N Tech,


write a program to sort the elements in a given array in c language

10 Answers   TCS,


what are enumerations in C

0 Answers   TCS,


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

0 Answers  


What is a nested formula?

0 Answers  


Categories