Write a program to display all the prime nos from 1 to
1000000, your code should not take time more than a minute
to display all the nos.
No Answer is Posted For this Question
Be the First to Post Answer
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
Which weighs more, a gram of feathers or a gram of gold?
Explain how do you view the path?
What is structure padding and packing in c?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
how can i get output like this? 1 2 3 4 5 6
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
what is ram?
write a program for the normal snake games find in most of the mobiles.
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
What are types of preprocessor in c?
What is a Genralised LInked List?? Please give a detailed explation of it..