How can you allocate arrays or structures bigger than 64K?
No Answer is Posted For this Question
Be the First to Post Answer
Can we replace the struct function in tree syntax with a union?
How would you find a cycle in a linked list?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
what is the difference between static variable and register variable?
How does pointer work in c?
What is structure padding ?
What are local variables c?
Why static variable is used in c?
Why is struct padding needed?
what is the code for getting the output as * ** ***
What is header file definition?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')