Answer Posted / amit kumar
Array is collaction of values of the same datatype.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a null string in c?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
How do you print an address?
Can we declare variable anywhere in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Can we access array using pointer in c language?
What is the full form of getch?
What is s in c?
Where we use clrscr 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.
Explain what is page thrashing?
When is a “switch” statement preferable over an “if” statement?
What are the three constants used in c?
Explain what are the advantages and disadvantages of a heap?
What is #include stdlib h?