how does a general function , that accepts an array as a
parameter, "knows" the size of the array ?
How should it define it parameters list ?
No Answer is Posted For this Question
Be the First to Post Answer
Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]
What's the difference between constant char *p and char * constant p?
how to create c progarm without void main()?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
What is macro?
whats the use of header file in c?
How can I ensure that integer arithmetic doesnt overflow?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Write a program for print infinite numbers
p*=(++q)++*--p when p=q=1 while(q<=6)
C program to read the integer and calculate sum and average using single dimensional array
what is the difference between unix os and linux os