How can you increase the size of a statically allocated array?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you view the path?
Explain how can you restore a redirected standard stream?
what is the function of pragma directive in c?
Can we access array using pointer in c language?
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
what is software?
What is preprocessor with example?
What is c programing language?
What are directives in c?
Define circular linked list.
what is a void pointer?
character array A[12] can hold