What is a method in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages and disadvantages of pointers?
write a program to display all prime numbers
When c language was developed?
Do string constants represent numerical values?
why effort estimation is important?
how to swap two nubers by using a function with pointers?
Explain how can type-insensitive macros be created?
Explain why C language is procedural?
What is structure and union in c?
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]
Explain what is gets() function?
Is register a keyword in c?