In header files whether functions are declared or defined?
Answer Posted / suchithrat
No....In C we cannot declare functions in header files
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is malloc return c?
Write a program to print numbers from 1 to 100 without using loop in c?
How can I split up a string into whitespace-separated fields?
What are variables c?
What is assignment operator?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
How do you define a string?
Explain how do you declare an array that will hold more than 64kb of data?
Why pointers are used?
Is c# a good language?
Is null equal to 0 in sql?
Why do we use return in c?
How can I discover how many arguments a function was actually called with?
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 header file?