Which is better malloc or calloc?
No Answer is Posted For this Question
Be the First to Post Answer
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
how to return 1000 variables from functio9n in c?plz give me code also
How does C++ help with the tradeoff of safety vs. usability?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What are the types of macro formats?
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
Explain what are the standard predefined macros?
How can I access memory located at a certain address?
what does ‘Bus Error’ mean?
What is a far pointer in c?
What is quick sort in c?
What are multibyte characters?