What is c standard library?


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

Post New Answer

More C Interview Questions

the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 Answers  


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

0 Answers   Wilco,


What is masking?

0 Answers  


How can I set an array's size at run time?

9 Answers  


Explain what is the best way to comment out a section of code that contains comments?

0 Answers  






what is a NULL pointer?

2 Answers  


difference between native and cross compilers

0 Answers  


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


How can you check to see whether a symbol is defined?

0 Answers  


what is the difference between getch() and getchar()?

10 Answers   Huawei, Infosys,


How can you return multiple values from a function?

0 Answers  


what is develop in c language

2 Answers  


Categories