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
How does placing some code lines between the comment symbol help in debugging the code?
How will you divide two numbers in a MACRO?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
Explain what is the advantage of a random access file?
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Is main is a keyword in c?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
when user give a number it multiply with 9 without useing '+' and '*' oprator
what is the diference between pointer to the function and function to the pointer?
Why we not create function inside function.
write a program to display reverse of a number using for loop?