which one is highest Priority in c?
a)=,b)+,c)++,d)==
Answer Posted / sivasiva
==
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What are the different types of pointers used in c language?
Explain what are binary trees?
When should the register modifier be used? Does it really help?
Explain zero based addressing.
What is the use of pointers in C?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Explain how many levels deep can include files be nested?
What is use of #include in c?
How do I use void main?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is type qualifiers?
What are terms in math?
What is a stream?
What are the different types of endless loops?