How can I dynamically allocate arrays?
No Answer is Posted For this Question
Be the First to Post Answer
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
what is the use of ‘auto’ keyword?
difference between object file and executable file
What is Full Form of C and Why We use C
In a header file whether functions are declared or defined?
What is C language Terminator?
What is hashing in c language?
how would a 4*3 array A[4][3] stored in Row Major Order?
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
What are types of functions?
find the size of structure without using the size of function
What are high level languages like C and FORTRAN also known as?