Do you know the difference between malloc() and calloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is keyword in c?
What is the use of in c?
How to explain the final year project as a fresher please answer with sample project
what is the code to display color fonts in the output?
What is the difference between constant pointer and constant variable?
What is a memory leak in structures? How can we rectify that?
How would you rename a function in C?
How to add two numbers without using semicolon at runtime
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
who invented c
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????