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 are loops c?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Why do we use namespace feature?
Add Two Numbers Without Using the Addition Operator
What are derived data types in c?
How can a program be made to print the line number where an error occurs?
How do I use void main?
What is the advantage of an array over individual variables?
What is the full form of getch?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What is the size of array float a(10)?
How #define works?
Can you tell me how to check whether a linked list is circular?
What is hungarian notation? Is it worthwhile?