Array is an lvalue or not?
No Answer is Posted For this Question
Be the First to Post Answer
What is an volatile variable?
what is structuer?
How can I read/write structures from/to data files?
What is identifiers in c with examples?
given post order,in order construct the corresponding binary tree
What is scanf () in c?
code for bubble sort?
What is the maximum no. of arguments that can be given in a command line in C.?
Difference between MAC vs. IP Addressing
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What does calloc stand for?