Answer Posted / nashiinformaticssolutions
How does the assert() function work?
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List a few unconditional control statement in c.
pierrot's divisor program using c or c++ code
can we implement multi-threads in c.
.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; }
What is an operator?
What is action and transformation in spark?
How can you restore a redirected standard stream?
Is there a way to switch on strings?
What are the 5 data types?
write a progrmm in c language take user interface generate table using for loop?
How can I determine whether a machines byte order is big-endian or little-endian?
Can a void pointer point to a function?
In a switch statement, what will happen if a break statement is omitted?
What is double pointer?
Difference between exit() and _exit() function?