When should a far pointer be used?
No Answer is Posted For this Question
Be the First to Post Answer
What is pragma c?
wap in c to accept a number display the total count of digit
what are enumerations in C
What is an auto variable in c?
What is the difference between File pointer and Internal Charecter Pointer?
What are variables c?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
a 'c' program to tell that the set of three coordinates lie on a same line
How are Structure passing and returning implemented by the complier?
Prove or disprove P!=NP.
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));