where does malloc() function get the memory?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
what do the 'c' and 'v' in argc and argv stand for?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
c program to subtract between two numbers without using '-' sign and subtract function.
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
what is c?
how to multiply two number taking input as a string (considering sum and carry )
Why #include is used in c language?
What are the complete rules for header file searching?
What is scanf () in c?
Why do we use return in c?
What does malloc () calloc () realloc () free () do?