How does the assert() function work?

Answer Posted / nashiinformaticssolutions

How does the assert() function work?

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List a few unconditional control statement in c.

792


pierrot's divisor program using c or c++ code

1989


can we implement multi-threads in c.

912


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2338


What is an operator?

872


What is action and transformation in spark?

857


How can you restore a redirected standard stream?

830


Is there a way to switch on strings?

858


What are the 5 data types?

815


write a progrmm in c language take user interface generate table using for loop?

1826


How can I determine whether a machines byte order is big-endian or little-endian?

857


Can a void pointer point to a function?

803


In a switch statement, what will happen if a break statement is omitted?

851


What is double pointer?

789


Difference between exit() and _exit() function?

915