explain what are actual arguments?
No Answer is Posted For this Question
Be the First to Post Answer
What are qualifiers and modifiers c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
What is a protocol in c?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
Which is better malloc or calloc?
Explain what is the stack?
Can a variable be both static and volatile in c?
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.
How can you convert integers to binary or hexadecimal?
Is swift based on c?