Explain what is the advantage of a random access file?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between goto, long jmp() and setjmp()?
Can we increase size of array in c?
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
What do you mean by invalid pointer arithmetic?
What is meant by initialization and how we initialize a variable?
Tell us bitwise shift operators?
What are the advantages of using linked list for tree construction?
Explain how can you determine the size of an allocated portion of memory?
main() { int a[10]; printf("%d",*a+1-*a+3); }
How can I allocate arrays or structures bigger than 64K?
Explain continue keyword in c
List some of the static data structures in C?