What should malloc() do? Return a null pointer or a pointer to 0 bytes?
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
Write a program to check whether a number is prime or not using c?
Tell us the use of fflush() function in c language?
Why is a semicolon (;) put at the end of every program statement?
Is javascript written in c?
what is the different between data structure and data type?
What is the difference between int and float?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Explain what are the standard predefined macros?
what is the full form of c language
Prove or disprove P!=NP.