Answer Posted / bukke.ramesh naik
no,forign key is reference of table of primary key
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you restore a redirected standard stream?
What happens if a header file is included twice?
What does c value mean?
What is the purpose of 'register' keyword in c language?
Is there any data type in c with variable size?
What is the purpose of void in c?
I heard that you have to include stdio.h before calling printf. Why?
What does malloc () calloc () realloc () free () do?
Whats s or c mean?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is the benefit of using const for declaring constants?
Do you know what are bitwise shift operators in c programming?
How can you increase the allowable number of simultaneously open files?
What is a constant and types of constants in c?
Difference between malloc() and calloc() function?