What is a program?
No Answer is Posted For this Question
Be the First to Post Answer
What is conio h in c?
WHOT IS CHAR?
What is binary tree 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.
What is a memory leak in structures? How can we rectify that?
what's the return value of malloc()
What is the use of sizeof?
Is printf a keyword?
What are the valid places to have keyword “break”?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is the size of array float a(10)?
What is define c?