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
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
define c
How can I recover the file name given an open stream or file descriptor?
How pointer is benefit for design a data structure algorithm?
What is a 'null pointer assignment' error?
Find greatest of two numbers using macro
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
Difference between constant pointer and pointer to a constant.
Explain how to reverse singly link list.
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
What is array of pointers to string?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321