Answer Posted / j j ramesh
there is no foreigh key in c
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Explain data types & how many data types supported by c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Does c have enums?
Explain how can I manipulate strings of multibyte characters?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Explain the use of bit fieild.
What does p mean in physics?
What is anagram in c?
What is hashing in c?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Why void is used in c?
What is wrong in this statement?
What are the advantages of the functions?
How can you determine the maximum value that a numeric variable can hold?
What are the 4 data types?