what is uses of .net
No Answer is Posted For this Question
Be the First to Post Answer
Two's compliment of -5
all c language question
What is the acronym for ansi?
please send me the code for multiplying sparse matrix using c
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 C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
write a c program to find the sum of five entered numbers using an array named number
write a program to remove occurrences the word from entered text?