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

How can I sort more data than will fit in memory?

0 Answers  


Why do we use null pointer?

0 Answers  


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


player is good if the following conditions are satisfied: He is either from “India”, “Japan” or “Korea” He has a minimum of 3 years of experience He has won at least 3 major tournaments, and one of them must be "World Championship Tournament". He must know more than 10 techniques. (but see next question) If he knows less than 10 techniques, then he must be a world champion. His name contains at least 3 words. For example "Sachin Tendulkar" will not meet this condition. Write a method: boolean isGoodPlayer(String name, String country, int yearsExperience, String[] majorTournamentsWon, String[] techniques, boolean isWorldChampion) name country yearsExperience majorTournamentsWon techniques isWorldChampion

1 Answers  


What is the value of c?

0 Answers  






Differentiate between static and dynamic modeling.

0 Answers   Wipro,


what is the difference between structural,object based,object orientd programming languages?

1 Answers   PanTerra,


what is meant by flushll() in c programming?

1 Answers  


What are different types of operators?

0 Answers  


what is link list?

3 Answers  


Between macros and functions,which is better to use and why?

0 Answers  


whitch value return void main?

11 Answers  


Categories