Why isnt any of this standardized in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is c language?
write a program that finds the factorial of a number using recursion?
How is null defined in c?
What is malloc() function?
how to multiply two number taking input as a string (considering sum and carry )
Why is event driven programming or procedural programming, better within specific scenario?
What is the collection of communication lines and routers called?
What are the 5 types of organizational structures?
What are the key features of C?
How would you write qsort?
Why is c called a structured programming language?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?