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
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
How do you determine if a string is a palindrome?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
State the difference between x3 and x[3].
largest Of three Number using without if condition?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is return type in c?
Explain continue keyword in c
what are bitwise shift operators?
What does != Mean in c?
Why we use void main in c?
What is the scope of an external variable in c?