How can I open a file so that other programs can update it at the same time?
No Answer is Posted For this Question
Be the First to Post Answer
Write a code to remove duplicates in a string.
what is the size of an integer variable?
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
What is a void pointer in c?
What is character set?
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
Explain how can you tell whether a program was compiled using c versus c++?
What is the difference between #include and #include 'file' ?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1