what are the different storage classes in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between malloc() and realloc()?
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
What does s c mean on snapchat?
Is a house a shell structure?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
What do you mean by dynamic memory allocation in c? What functions are used?
explain memory layout of a C program
What is struct node in c?
What are the functions to open and close the file in c language?
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
What's the difference between constant char *p and char * constant p?