which one is highest Priority in c?
a)=,b)+,c)++,d)==

Answer Posted / cynthia,1st b.sc.,itm

option c)++

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between malloc calloc and realloc in c?

642


Can you explain the four storage classes in C?

635


Sir i need notes for structure,functions,pointers in c language can you help me please

1939


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

22180


How can I use a preprocessorif expression to ?

592






Where define directive used?

596


Explain what is the concatenation operator?

616


Explain function?

654


Give me the code of in-order recursive and non-recursive.

876


What is realloc in c?

574


How can a program be made to print the name of a source file where an error occurs?

721


Explain how to reverse singly link list.

597


What is the difference between #include

and #include “header file”?

542


How would you rename a function in C?

612


What is array within structure?

574