Explain how can I prevent another program from modifying part of a file that I am modifying?
When can you use a pointer with a function?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
What is spark map function?
Define and explain about ! Operator?
main() { printf("hello%d",print("QUARK test?")); }
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
How can I read in an object file and jump to locations in it?
what does data structure mean?
Write a program to find minimum between three no.s whithout using comparison operator.
What is the difference between printf and scanf )?
Can math operations be performed on a void pointer?
WHAT IS FLOAT?