for questions 14,15,16,17 use the following
alternatives:a.int b.char.c.string.d.float
What is structure and union in c?
What is a wrapper function in c?
When should you use a type cast?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is maximum size of array in c?
How are portions of a program disabled in demo versions?
Explain what is the difference between declaring a variable and defining a variable?
Can the curly brackets { } be used to enclose a single line of code?
what is the difference between declaration ,defenetion and initialization of a variable?
What is omp_num_threads?
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
main() { int i=400,j=300; printf("%d..%d"); }