which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%
Answers were Sorted based on User's Feedback
Answer / cynthia,1st b.sc.,itm
option d)%
as ++ is unary operator with highest precedence,
= is assingnment operator with the next level of precedence
and + is an arithemetic operator with the next level of
prececende.
| Is This Answer Correct ? | 1 Yes | 5 No |
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
Explain what are compound statements?
What ios diff. Between %e & %f?
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
1 What is a Data Structure?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
How can I insert or delete a line (or record) in the middle of a file?
Why pointers are used in c?
What are logical errors and how does it differ from syntax errors?
i want to know the procedure of qualcomm for getting a job through offcampus
Explain the difference between structs and unions in c?
errors in computer programmes are called