which operator having highest precedence?
a.)+ b.)++ c.)= d.)%
Answer Posted / jalal
a)+
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What are types of structure?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What are the different properties of variable number of arguments?
What is malloc return c?
write a program to display all prime numbers
What header files do I need in order to define the standard library functions I use?
Explain pointers in c programming?
What is the difference between int main and void main in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is the difference between #include
What is difference between && and & in c?
What is fflush() function?
What is the right type to use for boolean values in c?
What is the difference between printf and scanf in c?
What is C language ?