a function gets called when the function name is followed by a
a) semicolon (;)
b) period(.)
c) !
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Can a program have multiple main() functions?
What does int main () mean?
In c programming language, how many parameters can be passed to a function ?
What is difference between structure and union in c programming?
void main() { int i=5; printf("%d",i++ + ++i); }
What is an anonymous union and where to apply that ?
Can you apply link and association interchangeably?
write a proram to reverse the string using switch case?
how to capitalise first letter of each word in a given string?
how to use showbits function?
What is a buffer in c?