Explain what is the difference between far and near ?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
how to swap two integers 1 and 32767 without using third variable
What are pointers really good for, anyway?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
what is ANSI and ISO
what is the difference between %d and %*d in c languaga?
What is the relation between # and include<stdio.h>
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
What is the role of && operator in a program code?
What is the ANSI C Standard?
What is output redirection?
What is %lu in c?