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

What are data types in c language?

0 Answers  


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


Does c have function or method?

0 Answers  


What are qualifiers?

0 Answers  


Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.

4 Answers  






C language questions for civil engineering

0 Answers   Tech Mahindra,


Explain the difference between malloc() and calloc() in c?

0 Answers  


How many identifiers are there in c?

0 Answers  


Write an implementation of “float stringToFloat(char *str).” The code should be simple, and not require more than the basic operators (if, for, math operators, etc.). • Assumptions • Don’t worry about overflow or underflow • Stop at the 1st invalid character and return the number you have converted till then, if the 1st character is invalid return 0 • Don’t worry about exponential (e.g. 1e10), instead you should treat ‘e’ as an invalid character • Write it like real code, e.g. do error checking • Go though the string only once • Examples • “1.23” should return 1.23 • “1a” should return 1 • “a”should return 0

6 Answers   Qualcomm,


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

0 Answers  


character array A[12] can hold

5 Answers   Wipro,


Categories