which one is highest Priority in c?
a)=,b)+,c)++,d)==
Answers were Sorted based on User's Feedback
how to write a c program to print list of fruits in alpabetical order?
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
How can I avoid the abort, retry, fail messages?
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
given post order,in order construct the corresponding binary tree
what does ‘Bus Error’ mean?
How can a number be converted to a string?
Explain how do you override a defined macro?
What does static variable mean in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
what is the difference between i++ and ++i?
write a 'c' program to sum the number of integer values