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 are variables declared in c?
Who is the main contributor in designing the c language after dennis ritchie?
What is a nested loop?
Write a program using bitwise operators to invert even bits of a given number.
What is the difference between mpi and openmp?
how to write palindrome program?
What is realloc in c?
How to declare a variable?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
What is Full Form of C and Why We use C
Write the control statements in C language
What is context in c?