Explain how can I prevent another program from modifying part of a file that I am modifying?
No Answer is Posted For this Question
Be the First to Post Answer
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.
write a prgram of swapping with 2 valiables
write a program which will count occurance of a day between two dates.
How can I change their mode to binary?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
what is used instead of pointers in java than c?
What is array within structure?
i have a written test for microland please give me test pattern
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
explain how do you use macro?
What is macro?
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }