Is the exit() function same as the return statement? Explain.
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of using linked list and array?
What is a method in c?
How can I call a function, given its name as a string?
how to execute with out main in cprogram
Why is c so powerful?
how can make variable not in registers
why integer range between -327680to+32767
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
What do you mean by dynamic memory allocation in c? What functions are used?
If input is 123 then how to print 100 and 20 and 3 seperately?
Explain what is the use of a semicolon (;) at the end of every program statement?
What are the complete rules for header file searching?