What is void pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is data type long in c?
How do you determine a file’s attributes?
Do pointers take up memory?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
What is an auto variable in c?
code for concatination of 2 strings with out using library functions?
How can I call fortran?
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
Explain why can’t constant values be used to define an array’s initial size?
Why calloc is better than malloc?
main() {int a=200*200/100; printf("%d",a); }
How can I access memory located at a certain address?