any function have arguments one or more OR not . it is compulsary
a) any function compulsary have one or more arguments
b) any function did not have arguments. It is not compulsary
c) it is optional it is not compulsary
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
What is the real time usage volatile?
What is structure data type in c?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
how to execute with out main in cprogram
Can we include one C program into another C program if yes how?
How can you tell whether a program was compiled using c versus c++?
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
Explain the meaning of keyword 'extern' in a function declaration.
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
Why #include is used in c language?
how to print this pyramid * * * * * * * * * * * * *
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }