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
What is c basic?
Linked lists -- can you tell me how to check whether a linked list is circular?
Describe newline escape sequence with a sample program?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Are the variables argc and argv are always local to main?
Why should I use standard library functions instead of writing my own?
Does * p ++ increment p or what it points to?
What are header files and what are its uses in C programming?
Explain the term printf() and scanf() used in c language?
What is the use of pointers in C?
Which programming language is best for getting job 2020?
Explain how do you determine the length of a string value that was stored in a variable?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is the difference between malloc() and calloc() function in c language?
What do you mean by recursion in c?