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

Why void main is used in c?

0 Answers  


What is the correct declaration of main?

0 Answers  


Apart from dennis ritchie who the other person who contributed in design of c language.

0 Answers  


Explain what is a 'locale'?

0 Answers  


What are register variables? What are the advantage of using register variables?

0 Answers   TISL,






Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


What is macro?

5 Answers   IBM,


write an algorithm and a program to count the number of elements in a circularly singly linked list

1 Answers   Ignou,


what are the different storage classes in c?

0 Answers   TCS,


Is r written in c?

0 Answers  


What is structure padding and packing in c?

0 Answers  


What does it mean when a pointer is used in an if statement?

0 Answers  


Categories