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

Answer Posted / sivasiva

=

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is new line escape sequence?

811


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

585


Explain Basic concepts of C language?

646


What does *p++ do? What does it point to?

616


What is the significance of scope resolution operator?

863






Explain void pointer?

592


What is a floating point in c?

606


Can we change the value of #define in c?

586


What is the use of bitwise operator?

693


What are qualifiers and modifiers c?

549


Can a file other than a .h file be included with #include?

686


What is variable declaration and definition in c?

503


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

636


Why do we use c for the speed of light?

606


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1481