Answer Posted / valli
a two dimensional array of 5 rows and n columns
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Explain what will the preprocessor do for a program?
What are inbuilt functions in c?
What are the different types of C instructions?
What is the maximum length of an identifier?
How do you print only part of a string?
What are c preprocessors?
Define recursion in c.
What is the difference between int main and void main?
What is c programing language?
What is ## preprocessor operator in c?
What is data type long 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 are the functions to open and close file in c language?
Why is python slower than c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?