any limit on the number of functions that might be present in a C program
a) max 35 functions
b) max 50 functions
c) no limit
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can I convert a number to a string?
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
Write a program for deleting duplicate elements in an array
What are the types of pointers in c?
Explain null pointer.
What are the functions to open and close the file in c language?
what is difference between null and nul in c language
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
Explain how can I pad a string to a known length?
What is the method to save data in stack data structure type?
Explain how do you search data in a data file using random access method?
Explain what is the use of a semicolon (;) at the end of every program statement?