Tell me about low level programming languages.
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.
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
write a string copy function routine?
What is the use of f in c?
Where in memory are my variables stored?
without using arithmatic operator convert an intger variable x into x+1
How to write the code of the program to swap two numbers with in one statement?
What is a structure member in c?
What is wrong with this program statement?
What is the difference between #include <header file> and #include “header file”?
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
How to access or modify the const variable in c ?
16 Answers HCL, HP,