what is associativity explain
what is the precidence for * and & , * and ++
how the folloing declaration work
1) *&p;
2) *p++;
No Answer is Posted For this Question
Be the First to Post Answer
What is a file descriptor in c?
What is the main differences between C and Embedded C?
Explain how do you convert strings to numbers in c?
wat s the meaning of (int *)p +4;
Difference Between embedded software and soft ware?
who will call your main function in c under linux?
what is the use of macro program
What is the relationship between pointers and data structure?
can anyone suggest some site name..where i can get some good data structure puzzles???
what is an inline fuction??
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?