what is foreign key in c language?



what is foreign key in c language?..

Answer / j j ramesh

there is no foreigh key in c

Is This Answer Correct ?    14 Yes 1 No

Post New Answer

More C Interview Questions

What is the explanation for modular programming?

0 Answers  


Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }

1 Answers  


Why double pointer is used in c?

0 Answers  


write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};

5 Answers  


Explain what is the advantage of a random access file?

0 Answers  






what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


What is getch?

0 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

1 Answers  


what is pointer

1 Answers   TCS,


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

0 Answers  


How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.

1 Answers  


Categories