What does it mean when the linker says that _end is undefined?


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

Post New Answer

More C Interview Questions

How can I implement sets or arrays of bits?

0 Answers  


The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................

14 Answers   HOV Services, IBM, Potty,


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


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.

0 Answers  


What is volatile in c language?

2 Answers   HCL, TCS,






what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

0 Answers  


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


Write a program to check whether a number is prime or not using c?

0 Answers  


What are the 4 types of functions?

0 Answers  


what is pointer ? what is the use of pointer?

6 Answers   Infosys,


Categories