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

Answer Posted / naveen

from low to high =, ==, +, ++

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

c program to compute AREA under integral

1811


What is scope rule in c?

605


Do you know the difference between exit() and _exit() function in c?

609


What are the standard predefined macros?

633


what is the difference between class and unio?

1862






Explain how do you declare an array that will hold more than 64kb of data?

904


What is difference between Structure and Unions?

640


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

825


what is the format specifier for printing a pointer value?

613


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2036


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1518


What are 'near' and 'far' pointers?

620


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1128


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

613


Why c is known as a mother language?

646