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
Tell me is null always defined as 0(zero)?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
who is the father of c
What is function definition in c?
what is Array?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
Explain how does free() know explain how much memory to release?
main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
In which layer of the network datastructure format change is done
Explain what is the most efficient way to store flag values?
the question is that what you have been doing all these periods (one year gap)
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12