why do some people write if(0 == x) instead of if(x == 0)?
No Answer is Posted For this Question
Be the First to Post Answer
What is the role of && operator in a program code?
Do you have any idea how to compare array with pointer in c?
which one is highest Priority in c? a)=,b)+,c)++,d)==
In which category does main function belong??
A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
What do you mean by dynamic memory allocation in c?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
What is meant by global static? why we have to use static variable instead of Global variable
IS Doon college of Engn.. has good faculty
What is scope rule in c?
difference between loading and linking