What is structure pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is double pointer?
How can I find out how much memory is available?
What is the difference between typedef and #define?
what is the defrenece between structure and union
Explain what is meant by high-order and low-order bytes?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
what value is returned to operating system after program execution?
Can i use Two or More Main Funtion in any C program.?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Can you return null in c?
write a program to add two numbers of any size.....(remember any size)
Explain Doubly Linked Lists?