Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?


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

Post New Answer

More C Interview Questions

please give code for this 1 2 4 7 11 16

11 Answers   Intel, Wipro,


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


How many data structures are there in c?

0 Answers  


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


What is time complexity c?

0 Answers  






What are multibyte characters?

0 Answers  


I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7

1 Answers  


Can you define which header file to include at compile time?

0 Answers   Aspire, Infogain,


write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language

18 Answers   IT Park, TCS,


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


which type of aspect you want from the student.

0 Answers   IBM, TCS,


Categories