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
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
What is return type in c?
Subtract Two Number Without Using Subtraction Operator
what is pointer ? what is the use of pointer?
Can a program have two main functions?
Explain what is the difference between text files and binary files?
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
Is c is a middle level language?
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
What are the usage of pointer in c?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4