Answer Posted / nantha.d
answer related to subquery and foreign key.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is the general form of function in c?
What are the advantages of union?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
what does static variable mean?
What are conditional operators in C?
Are the expressions * ptr ++ and ++ * ptr same?
What’s the special use of UNIONS?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
which is an algorithm for sorting in a growing Lexicographic order
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Explain the binary height balanced tree?
Explain what is the difference between #include and #include 'file' ?
What is the default value of local and global variables in c?
How do you sort filenames in a directory?