which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%

Answer Posted / amala v

c.)=

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we write return 0 in c?

555


hi send me sample aptitude papers of cts?

1654


What is the explanation for cyclic nature of data types in c?

648


Why c is called a middle level language?

634


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2537






List some applications of c programming language?

552


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

666


What is static identifier?

704


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1495


What is || operator and how does it function in a program?

629


Why we use conio h in c?

585


What is a node in c?

550


What is the process to create increment and decrement stamen in c?

588


Explain what are its uses in c programming?

597


Is a pointer a kind of array?

602