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

Why is extern used in c?

0 Answers  


Which is better between malloc and calloc?

0 Answers  


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


What are local static variables?

0 Answers  


What is structure packing in c?

0 Answers  


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

0 Answers  


What are actual arguments?

0 Answers  


What is the correct code to have following output in c using nested for loop?

0 Answers  


what is memory leak?

3 Answers  


How do you define a function?

0 Answers  


write a c program to check weather a particluar bit is set or not?

5 Answers   IBM,


Categories