Answer Posted / mukul kumar
keyward is special word which have constsnt meaning in
programing they have specific meaning.
examples:-if, for, do, etc.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is dynamic memory allocation?
What are the advantage of c language?
string reverse using recursion
What is difference between union All statement and Union?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Define recursion in c.
Can you subtract pointers from each other? Why would you?
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.
Can you define which header file to include at compile time?
Explain is it better to bitshift a value than to multiply by 2?
differentiate built-in functions and user – defined functions.
Was 2000 a leap year?
How arrays can be passed to a user defined function
What are the different types of linkage exist in c?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.