Explain zero based addressing.
No Answer is Posted For this Question
Be the First to Post Answer
Is fortran still used in 2018?
what is the stackpointer
#define d 10+10 main() { printf("%d",d*d); }
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
What is pointer & why it is used?
What are the 4 types of functions?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
every function has return the value?
code for selection sort?
write a program to convert a expression in polish notation (postfix) to inline (normal)
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
What is static and auto variables in c?