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
What is array of pointers to string?
Explain what does the format %10.2 mean when included in a printf statement?
What is difference between far and near pointers?
What does sizeof function do?
How can you check to see whether a symbol is defined?
Write a code to generate a series where the next element is the sum of last k terms.
How to write a code for reverse of string without using string functions?
How can I make sure that my program is the only one accessing a file?
What is the difference between functions abs() and fabs()?
Do you know what are the properties of union in c?
What is the use of void pointer and null pointer in c language?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
How reliable are floating-point comparisons?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Is c easier than java?