How does the assert() function work?
Answer / nashiinformaticssolutions
How does the assert() function work?
Is This Answer Correct ? | 0 Yes | 0 No |
what is the use of #pragma pack, wer it is used?
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
Can a pointer point to null?
what is the little endian and big endian?
What is the meaning of int *x[]();?
Explain how do you override a defined macro?
What are pointers in C?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
how to find out the inorder successor of a node in a tree??
what is a headerfile?and what will be a program without it explain nan example?
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?