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
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
When was c language developed?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Why is c platform dependent?
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.
Explain what math functions are available for integers? For floating point?
Is that possible to store 32768 in an int data type variable?
What is a sequential access file?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is a #include preprocessor?
What is the advantage of a random access file?
while initialization of array why we use a[][2] why not a[2][]...?
What is the use of clrscr?
What is function prototype in c language?