What is c++ used for today?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
main() { printf("hello"); fork(); }
Write a small C program to determine whether a machine's type is little-endian or big-endian.
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
What is graph in c?
What is derived datatype in c?
Is double link list a linear data structure? If Yes, Why?If No, Why?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
what does ‘Bus Error’ mean?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }