which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%
Answer Posted / sivasiva
+
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How can I read and write comma-delimited text?
What does it mean when the linker says that _end is undefined?
What is a pointer value and address in c?
What do you understand by normalization of pointers?
What do you mean by recursion in c?
Why is c not oop?
Are pointers really faster than arrays?
What are the features of the c language?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
How do you determine whether to use a stream function or a low-level function?
What oops means?
What does d mean?
What are logical errors and how does it differ from syntax errors?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Tell me with an example the self-referential structure?