What is c standard library?
No Answer is Posted For this Question
Be the First to Post Answer
What are data types in c language?
how to write a bubble sort program without using temporary variable?
Does c have function or method?
What are qualifiers?
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.
C language questions for civil engineering
Explain the difference between malloc() and calloc() in c?
How many identifiers are there in c?
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
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
character array A[12] can hold