What language is windows 1.0 written?
No Answer is Posted For this Question
Be the First to Post Answer
How the processor registers can be used in C ?
What is a static variable in c?
what is the similarities between. system call and library function?
code for copying two strings with out strcpy() function.
Explain how can I prevent another program from modifying part of a file that I am modifying?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
how can we use static and extern?and where can we use this?
What do header files do?
What is the difference between call by value and call by reference in c?
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
write a c program to find the probability of random numbers between 1-1000