is forign key will be unique key any table or not?
Answers were Sorted based on User's Feedback
Answer / bukke.ramesh naik
no,forign key is reference of table of primary key
| Is This Answer Correct ? | 0 Yes | 0 No |
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
What is typedf?
c language interview questions & answer
What is double pointer in c?
What are the different types of endless loops?
Can a void pointer point to a function?
State the difference between x3 and x[3].
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
can we execute the program with the object file
What type is sizeof?